Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kevin Morris
aurweb
Commits
c4163547
Verified
Commit
c4163547
authored
Oct 20, 2021
by
Kevin Morris
Browse files
fix(docker): swap package cgit -> cgit-aurweb
Signed-off-by:
Kevin Morris
<
kevr@0cost.org
>
parent
65240c83
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/scripts/install-deps.sh
View file @
c4163547
...
...
@@ -6,7 +6,7 @@ set -eou pipefail
pacman
-Syu
--noconfirm
--noprogressbar
\
--cachedir
.pkg-cache git gpgme nginx redis openssh
\
mariadb mariadb-libs cgit uwsgi uwsgi-plugin-cgi
\
mariadb mariadb-libs cgit
-aurweb
uwsgi uwsgi-plugin-cgi
\
php php-fpm memcached php-memcached python-pip pyalpm
\
python-srcinfo curl libeatmydata
...
...
docker/scripts/run-cgit.sh
View file @
c4163547
#!/bin/bash
exec
uwsgi
--socket
0.0.0.0:
${
1
}
\
--plugins
cgi
\
--cgi
/usr/share/webapps/cgit/cgit.cgi
--cgi
/usr/share/webapps/cgit
-aurweb
/cgit.cgi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment