1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-24 14:07:45 +00:00

Initial version

This commit is contained in:
Girish Ramakrishnan
2015-04-26 12:45:32 -07:00
commit 6457a75618
5 changed files with 335 additions and 0 deletions

8
start.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -eu -o pipefail
cp conf.ini > /home/git/gogs/custom/conf/app.ini
/home/git/gogs/gogs web