This commit is contained in:
qiaofeng1227 2023-10-19 11:42:23 +08:00
parent cba08aa047
commit 87ae5addb0
4 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -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>"

View File

@ -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

View File

@ -1,5 +1,5 @@
{
"version": "0.8.26-rc68",
"version": "0.8.26-rc69",
"plugins": {
"portainer": "0.0.7",
"nginx": "0.0.5",