mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
rc
This commit is contained in:
parent
cba08aa047
commit
87ae5addb0
@ -9,7 +9,7 @@ nike_name = admin
|
||||
[gitea]
|
||||
base_url = http://websoft9-git:3000/api/v1
|
||||
user_name = websoft9
|
||||
email = help@websoft9.com
|
||||
user_email = help@websoft9.com
|
||||
user_pwd = RilXTqVRvEvU
|
||||
|
||||
[portainer]
|
||||
|
@ -1,4 +1,4 @@
|
||||
# modify time: 202310191112, you can modify here to trigger Docker Build action
|
||||
# modify time: 202310191140, you can modify here to trigger Docker Build action
|
||||
|
||||
FROM python:3.10-bullseye AS buildstage
|
||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
|
@ -13,7 +13,7 @@ supervisorctl start apphub
|
||||
for ((i=0; i<$try_times; i++)); do
|
||||
set +e
|
||||
username=$(apphub getconfig --section gitea --key user_name 2>/dev/null)
|
||||
email=$(apphub getconfig --section gitea --key email 2>/dev/null)
|
||||
email=$(apphub getconfig --section gitea --key user_email 2>/dev/null)
|
||||
set -e
|
||||
if [ -n "$username" ] && [ -n "$email" ]; then
|
||||
break
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.8.26-rc68",
|
||||
"version": "0.8.26-rc69",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
Loading…
Reference in New Issue
Block a user