From c90af6c509ca4e8bbf99d0dab948da994b2651fe Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Wed, 27 Mar 2024 06:24:05 +0800 Subject: [PATCH] modify(all): chmod --- .gitignore | 0 alist/compose.yml | 0 alist/env.yml | 0 alist/readme.md | 0 base/mongo.stack.yaml | 0 dbSer/config.conf | 0 dbSer/dbs-dev.stack.yaml | 0 dbSer/dbs.networks.set.yml | 0 dbSer/dbs.stack.yaml | 0 dbSer/etcd.yml | 0 dbSer/mongo.yml | 0 dbSer/mysql/env.cfg | 0 dbSer/mysql/prod.stack.yml | 0 dbSer/percona.yml | 0 dbSer/postgres.yml | 0 dbSer/postgres/env.cfg | 0 dbSer/postgres/prod.stack.yml | 0 dbSer/postgres/test.stack.yml | 0 dbSer/redis.yml | 0 gitea/env.cfg | 0 gitea/prod.stack.yml | 0 i2c.py/readme.md | 0 i2c.py/status.py | 0 it-tools/compose.yml | 0 joplin/compose.yml | 0 joplin/env.cfg | 0 memos/env.cfg | 0 memos/local.stack.yml | 0 memos/pgloader.load | 0 memos/prod.stack.yml | 0 mind-map/compose.yml | 0 nextcloud/compose.yml | 0 nextcloud/owncloud.ocis.yml | 0 nextcloud/readme.md | 0 portainer-ce/env.yml | 3 ++- portainer-ce/portainer-agent-stack.yml | 0 portainer-ce/portainer-ce.yaml | 2 +- readme.md | 0 seal-ms/.gitignore | 0 seal-ms/configs/caddy/sealms-ui.conf | 0 seal-ms/configs/mysql8/my.cnf | 0 seal-ms/readme.md | 0 seal-ms/shell/allcmd.sh | 0 seal-ms/stack/build/stack.yaml | 0 seal-ms/stack/dbs/stack.yaml | 0 seal-ms/stack/readme.md | 0 seal-ms/stack/sealms/stack.yaml | 0 47 files changed, 3 insertions(+), 2 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 alist/compose.yml mode change 100755 => 100644 alist/env.yml mode change 100755 => 100644 alist/readme.md mode change 100755 => 100644 base/mongo.stack.yaml mode change 100755 => 100644 dbSer/config.conf mode change 100755 => 100644 dbSer/dbs-dev.stack.yaml mode change 100755 => 100644 dbSer/dbs.networks.set.yml mode change 100755 => 100644 dbSer/dbs.stack.yaml mode change 100755 => 100644 dbSer/etcd.yml mode change 100755 => 100644 dbSer/mongo.yml mode change 100755 => 100644 dbSer/mysql/env.cfg mode change 100755 => 100644 dbSer/mysql/prod.stack.yml mode change 100755 => 100644 dbSer/percona.yml mode change 100755 => 100644 dbSer/postgres.yml mode change 100755 => 100644 dbSer/postgres/env.cfg mode change 100755 => 100644 dbSer/postgres/prod.stack.yml mode change 100755 => 100644 dbSer/postgres/test.stack.yml mode change 100755 => 100644 dbSer/redis.yml mode change 100755 => 100644 gitea/env.cfg mode change 100755 => 100644 gitea/prod.stack.yml mode change 100755 => 100644 i2c.py/readme.md mode change 100755 => 100644 i2c.py/status.py mode change 100755 => 100644 it-tools/compose.yml mode change 100755 => 100644 joplin/compose.yml mode change 100755 => 100644 joplin/env.cfg mode change 100755 => 100644 memos/env.cfg mode change 100755 => 100644 memos/local.stack.yml mode change 100755 => 100644 memos/pgloader.load mode change 100755 => 100644 memos/prod.stack.yml mode change 100755 => 100644 mind-map/compose.yml mode change 100755 => 100644 nextcloud/compose.yml mode change 100755 => 100644 nextcloud/owncloud.ocis.yml mode change 100755 => 100644 nextcloud/readme.md mode change 100755 => 100644 portainer-ce/portainer-agent-stack.yml mode change 100755 => 100644 portainer-ce/portainer-ce.yaml mode change 100755 => 100644 readme.md mode change 100755 => 100644 seal-ms/.gitignore mode change 100755 => 100644 seal-ms/configs/caddy/sealms-ui.conf mode change 100755 => 100644 seal-ms/configs/mysql8/my.cnf mode change 100755 => 100644 seal-ms/readme.md mode change 100755 => 100644 seal-ms/shell/allcmd.sh mode change 100755 => 100644 seal-ms/stack/build/stack.yaml mode change 100755 => 100644 seal-ms/stack/dbs/stack.yaml mode change 100755 => 100644 seal-ms/stack/readme.md mode change 100755 => 100644 seal-ms/stack/sealms/stack.yaml diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/alist/compose.yml b/alist/compose.yml old mode 100755 new mode 100644 diff --git a/alist/env.yml b/alist/env.yml old mode 100755 new mode 100644 diff --git a/alist/readme.md b/alist/readme.md old mode 100755 new mode 100644 diff --git a/base/mongo.stack.yaml b/base/mongo.stack.yaml old mode 100755 new mode 100644 diff --git a/dbSer/config.conf b/dbSer/config.conf old mode 100755 new mode 100644 diff --git a/dbSer/dbs-dev.stack.yaml b/dbSer/dbs-dev.stack.yaml old mode 100755 new mode 100644 diff --git a/dbSer/dbs.networks.set.yml b/dbSer/dbs.networks.set.yml old mode 100755 new mode 100644 diff --git a/dbSer/dbs.stack.yaml b/dbSer/dbs.stack.yaml old mode 100755 new mode 100644 diff --git a/dbSer/etcd.yml b/dbSer/etcd.yml old mode 100755 new mode 100644 diff --git a/dbSer/mongo.yml b/dbSer/mongo.yml old mode 100755 new mode 100644 diff --git a/dbSer/mysql/env.cfg b/dbSer/mysql/env.cfg old mode 100755 new mode 100644 diff --git a/dbSer/mysql/prod.stack.yml b/dbSer/mysql/prod.stack.yml old mode 100755 new mode 100644 diff --git a/dbSer/percona.yml b/dbSer/percona.yml old mode 100755 new mode 100644 diff --git a/dbSer/postgres.yml b/dbSer/postgres.yml old mode 100755 new mode 100644 diff --git a/dbSer/postgres/env.cfg b/dbSer/postgres/env.cfg old mode 100755 new mode 100644 diff --git a/dbSer/postgres/prod.stack.yml b/dbSer/postgres/prod.stack.yml old mode 100755 new mode 100644 diff --git a/dbSer/postgres/test.stack.yml b/dbSer/postgres/test.stack.yml old mode 100755 new mode 100644 diff --git a/dbSer/redis.yml b/dbSer/redis.yml old mode 100755 new mode 100644 diff --git a/gitea/env.cfg b/gitea/env.cfg old mode 100755 new mode 100644 diff --git a/gitea/prod.stack.yml b/gitea/prod.stack.yml old mode 100755 new mode 100644 diff --git a/i2c.py/readme.md b/i2c.py/readme.md old mode 100755 new mode 100644 diff --git a/i2c.py/status.py b/i2c.py/status.py old mode 100755 new mode 100644 diff --git a/it-tools/compose.yml b/it-tools/compose.yml old mode 100755 new mode 100644 diff --git a/joplin/compose.yml b/joplin/compose.yml old mode 100755 new mode 100644 diff --git a/joplin/env.cfg b/joplin/env.cfg old mode 100755 new mode 100644 diff --git a/memos/env.cfg b/memos/env.cfg old mode 100755 new mode 100644 diff --git a/memos/local.stack.yml b/memos/local.stack.yml old mode 100755 new mode 100644 diff --git a/memos/pgloader.load b/memos/pgloader.load old mode 100755 new mode 100644 diff --git a/memos/prod.stack.yml b/memos/prod.stack.yml old mode 100755 new mode 100644 diff --git a/mind-map/compose.yml b/mind-map/compose.yml old mode 100755 new mode 100644 diff --git a/nextcloud/compose.yml b/nextcloud/compose.yml old mode 100755 new mode 100644 diff --git a/nextcloud/owncloud.ocis.yml b/nextcloud/owncloud.ocis.yml old mode 100755 new mode 100644 diff --git a/nextcloud/readme.md b/nextcloud/readme.md old mode 100755 new mode 100644 diff --git a/portainer-ce/env.yml b/portainer-ce/env.yml index 53ff116..77545e3 100644 --- a/portainer-ce/env.yml +++ b/portainer-ce/env.yml @@ -1,2 +1,3 @@ -IMAGE_TAG=portainer/portainer-ce:2.19.4 +IMAGE_LATEST=portainer/portainer-ce:latest +IMAGE_TAG=portainer/portainer-ce:2.20.0 AGENT_TAG=portainer/agent:2.19.4 diff --git a/portainer-ce/portainer-agent-stack.yml b/portainer-ce/portainer-agent-stack.yml old mode 100755 new mode 100644 diff --git a/portainer-ce/portainer-ce.yaml b/portainer-ce/portainer-ce.yaml old mode 100755 new mode 100644 index 55d6502..a46f140 --- a/portainer-ce/portainer-ce.yaml +++ b/portainer-ce/portainer-ce.yaml @@ -3,7 +3,7 @@ version: '3.8' services: portainer: - image: ${IMAGETAG} + image: ${IMAGE_TAG} restart: always ports: - "9000:9000" diff --git a/readme.md b/readme.md old mode 100755 new mode 100644 diff --git a/seal-ms/.gitignore b/seal-ms/.gitignore old mode 100755 new mode 100644 diff --git a/seal-ms/configs/caddy/sealms-ui.conf b/seal-ms/configs/caddy/sealms-ui.conf old mode 100755 new mode 100644 diff --git a/seal-ms/configs/mysql8/my.cnf b/seal-ms/configs/mysql8/my.cnf old mode 100755 new mode 100644 diff --git a/seal-ms/readme.md b/seal-ms/readme.md old mode 100755 new mode 100644 diff --git a/seal-ms/shell/allcmd.sh b/seal-ms/shell/allcmd.sh old mode 100755 new mode 100644 diff --git a/seal-ms/stack/build/stack.yaml b/seal-ms/stack/build/stack.yaml old mode 100755 new mode 100644 diff --git a/seal-ms/stack/dbs/stack.yaml b/seal-ms/stack/dbs/stack.yaml old mode 100755 new mode 100644 diff --git a/seal-ms/stack/readme.md b/seal-ms/stack/readme.md old mode 100755 new mode 100644 diff --git a/seal-ms/stack/sealms/stack.yaml b/seal-ms/stack/sealms/stack.yaml old mode 100755 new mode 100644