diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd4affe --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/data/ +/gitea.log +/gitea.pid +/bin/amd64/custom/ +/frontend/current/ diff --git a/bin/gitea.amd64 b/bin/gitea.amd64 new file mode 100755 index 0000000..8648d99 Binary files /dev/null and b/bin/gitea.amd64 differ diff --git a/bin/gitea@.service b/bin/gitea@.service new file mode 100644 index 0000000..e13c6b4 --- /dev/null +++ b/bin/gitea@.service @@ -0,0 +1,43 @@ +# if this file and binary resides on other than filesystem root then COPY the service to NOT link it +# Change directories below to fit your install +[Unit] +Description=Gitea (Git with a cup of tea) +After=syslog.target +After=network.target +# Binary, System Files and Repos on other than filesystem root then include this require/after +# With below command you can find the unit of the mounted drive of those files +#systemctl list-units | grep