Compare commits

..

15 Commits

Author SHA1 Message Date
830ec95115
Update renovate.json 2024-08-24 13:15:09 +08:00
9fc00e3344
Update renovate.json 2024-08-24 13:12:59 +08:00
ba2277326b
Update renovate.json 2024-08-24 13:07:03 +08:00
30703e34ab
Update renovate.json 2024-08-24 13:04:34 +08:00
2d692c631d
Merge pull request #256 from QYG2297248353/renovate/casbin-casdoor-1.x
Update casbin/casdoor Docker tag to v1.675.0
2024-08-24 12:59:14 +08:00
3b793c9348
Merge pull request #254 from QYG2297248353/renovate/ghcr.io-naiba-nezha-dashboard-0.x
Update ghcr.io/naiba/nezha-dashboard Docker tag to v0.19.3
2024-08-24 12:59:06 +08:00
9eb1bd23b3
Merge pull request #257 from QYG2297248353/renovate/ghost-5.x
Update ghost Docker tag to v5.90.0
2024-08-24 12:48:57 +08:00
github-action update-app-version
ea62d72265 Update app version [skip ci] 2024-08-24 02:47:59 +00:00
renovate[bot]
5101a8d54a
Update ghost Docker tag to v5.90.0 2024-08-24 02:47:47 +00:00
github-action update-app-version
d6973c43f8 Update app version [skip ci] 2024-08-23 16:31:26 +00:00
renovate[bot]
6f09265744
Update casbin/casdoor Docker tag to v1.675.0 2024-08-23 16:31:15 +00:00
36be513592 Merge remote-tracking branch 'origin/custom' into custom 2024-08-23 17:47:49 +08:00
9f82da6589 修复 上传文件失败
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-08-23 17:47:32 +08:00
github-action update-app-version
11223ed545 Update app version [skip ci] 2024-08-23 07:35:58 +00:00
renovate[bot]
f4a96c488b
Update ghcr.io/naiba/nezha-dashboard Docker tag to v0.19.3 2024-08-23 07:35:47 +00:00
25 changed files with 11 additions and 11 deletions

View File

@ -80,13 +80,8 @@
"allowedVersions": "/^4\\.8\\.\\d+\\.\\d+$/"
},
{
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"photoprism/photoprism"
],
"versioning": "loose"
"matchPackageNames": ["photoprism/photoprism"],
"versioning": "regex:^(\\d{2})(\\d{2})(\\d{2})$"
}
],
"prCreation": "immediate"

View File

@ -4,7 +4,7 @@ networks:
services:
casdoor:
image: casbin/casdoor:v1.674.0
image: casbin/casdoor:v1.675.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@ -4,7 +4,7 @@ networks:
services:
ghost:
image: ghost:5.89.6
image: ghost:5.90.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@ -4,7 +4,7 @@ networks:
services:
nezha-dashboard:
image: ghcr.io/naiba/nezha-dashboard:v0.19.1
image: ghcr.io/naiba/nezha-dashboard:v0.19.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@ -11,6 +11,9 @@ if [ -f .env ]; then
# setup-2 remove empty values
sed -i '/^.*=""/d' .env
# setup-3 update directory permissions
chmod 777 -R "$OUTLINE_ROOT_PATH"
echo "Check Finish."
else

View File

@ -8,6 +8,8 @@ if [ -f .env ]; then
sed -i '/^ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
chmod 777 -R "$OUTLINE_ROOT_PATH"
echo "Check Finish."
else

View File

@ -4,7 +4,7 @@ networks:
services:
photoprism:
image: photoprism/photoprism:20220121
image: photoprism/photoprism:240711
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"