mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
gitea
This commit is contained in:
parent
1ccc721d1e
commit
63573d0e1d
3 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# modify time: 202402251555, you can modify here to trigger Docker Build action
|
||||
# modify time: 202402260945, you can modify here to trigger Docker Build action
|
||||
# Dockerfile refer to: https://github.com/go-gitea/gitea/blob/main/Dockerfile
|
||||
FROM gitea/gitea:1.20.4
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
exit 125
|
||||
cred_path="/data/gitea/credential"
|
||||
if [ -e "$cred_path" ]; then
|
||||
echo "File $cred_path exists. disable /etc/s6/user"
|
||||
exit 125
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.42",
|
||||
"version": "0.8.43",
|
||||
"plugins": {
|
||||
"portainer": "0.0.8",
|
||||
"nginx": "0.0.6",
|
||||
|
|
Loading…
Reference in a new issue