mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-20 03:57:39 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
6
applications/gitea/scripts/install.sh
Normal file
6
applications/gitea/scripts/install.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
ARG GITEA_VERSION="current"
|
||||
|
||||
mkdir -p "/etc/gitea" "/etc/docker"
|
||||
cp -Rf "/tmp/etc/gitea/app.ini" "/etc/gitea/"
|
||||
touch "/etc/docker/daemon.json"
|
||||
GITEA_VERSION="${GITEA_VERSION}" bash "/tmp/setup_gitea.sh"
|
Reference in New Issue
Block a user