mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: remove PHP implementation
removal of the PHP codebase Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
97d0eac303
commit
8ca63075e9
128 changed files with 27 additions and 16046 deletions
|
@ -15,9 +15,8 @@ pacman -Sy --noconfirm --noprogressbar archlinux-keyring
|
|||
pacman -Syu --noconfirm --noprogressbar \
|
||||
--cachedir .pkg-cache git gpgme nginx redis openssh \
|
||||
mariadb mariadb-libs cgit-aurweb uwsgi uwsgi-plugin-cgi \
|
||||
php php-fpm memcached php-memcached python-pip pyalpm \
|
||||
python-srcinfo curl libeatmydata cronie python-poetry \
|
||||
python-poetry-core step-cli step-ca asciidoc \
|
||||
python-pip pyalpm python-srcinfo curl libeatmydata cronie \
|
||||
python-poetry python-poetry-core step-cli step-ca asciidoc \
|
||||
python-virtualenv python-pre-commit
|
||||
|
||||
exec "$@"
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
exec /usr/bin/memcached -u memcached -m 64 -c 1024 -l 0.0.0.0
|
|
@ -5,8 +5,6 @@ echo
|
|||
echo " Services:"
|
||||
echo " - FastAPI : https://localhost:8444/"
|
||||
echo " (cgit) : https://localhost:8444/cgit/"
|
||||
echo " - PHP : https://localhost:8443/"
|
||||
echo " (cgit) : https://localhost:8443/cgit/"
|
||||
echo
|
||||
echo " Note: Copy root CA (./data/ca.root.pem) to ca-certificates or browser."
|
||||
echo
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -eou pipefail
|
||||
|
||||
exec php-fpm --fpm-config /etc/php/php-fpm.conf --nodaemonize
|
Loading…
Add table
Add a link
Reference in a new issue