diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-01 00:23:55 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-01 00:23:55 +0800 |
commit | ed7d5205bb1d938f777d15bdd965fbca7fbdfbed (patch) | |
tree | 1458445a137231e9a083044c42d0adaf9561a652 | |
parent | dc1f0c4c0096013799416664894c5194dc7e1f52 (diff) | |
download | crupest-ed7d5205bb1d938f777d15bdd965fbca7fbdfbed.tar.gz crupest-ed7d5205bb1d938f777d15bdd965fbca7fbdfbed.tar.bz2 crupest-ed7d5205bb1d938f777d15bdd965fbca7fbdfbed.zip |
chore: fix modes of files.
-rw-r--r-- | services/docker/auto-backup/Dockerfile | 2 | ||||
-rw-r--r-- | services/docker/nginx/Dockerfile | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | services/docker/nginx/build-www.bash | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | services/docker/nginx/certbot.bash | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | services/docker/nginx/install-hugo.bash | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | services/docker/nginx/nginx-wrapper.bash | 0 | ||||
-rw-r--r-- | store/works/bruno/ComfyUI/Get Object Info.bru (renamed from store/misc/bruno/ComfyUI/Get Object Info.bru) | 0 | ||||
-rw-r--r-- | store/works/bruno/ComfyUI/Get Prompt History.bru (renamed from store/misc/bruno/ComfyUI/Get Prompt History.bru) | 0 | ||||
-rw-r--r-- | store/works/bruno/ComfyUI/Post Prompt.bru (renamed from store/misc/bruno/ComfyUI/Post Prompt.bru) | 0 | ||||
-rw-r--r-- | store/works/bruno/ComfyUI/Upload Image.bru (renamed from store/misc/bruno/ComfyUI/Upload Image.bru) | 0 | ||||
-rw-r--r-- | store/works/bruno/ComfyUI/View Image.bru (renamed from store/misc/bruno/ComfyUI/View Image.bru) | 0 | ||||
-rw-r--r-- | store/works/bruno/ComfyUI/bruno.json (renamed from store/misc/bruno/ComfyUI/bruno.json) | 0 | ||||
-rw-r--r-- | store/works/bruno/ComfyUI/environments/ChimerAI ComfyUI Server.bru (renamed from store/misc/bruno/ComfyUI/environments/ChimerAI ComfyUI Server.bru) | 0 |
13 files changed, 4 insertions, 4 deletions
diff --git a/services/docker/auto-backup/Dockerfile b/services/docker/auto-backup/Dockerfile index f83736e..e376174 100644 --- a/services/docker/auto-backup/Dockerfile +++ b/services/docker/auto-backup/Dockerfile @@ -7,7 +7,7 @@ ENV CRUPEST_AUTO_BACKUP_INIT_DELAY= ENV CRUPEST_AUTO_BACKUP_INTERVAL=1d ADD --chmod=755 https://github.com/tencentyun/coscli/releases/download/v1.0.3/coscli-v1.0.3-linux-amd64 /app/coscli -ADD --chmod=755 daemon.bash /app/ +ADD daemon.bash /app/ VOLUME [ "/data" ] diff --git a/services/docker/nginx/Dockerfile b/services/docker/nginx/Dockerfile index 5db447b..dfaa4a4 100644 --- a/services/docker/nginx/Dockerfile +++ b/services/docker/nginx/Dockerfile @@ -1,5 +1,5 @@ FROM debian AS build-www -ADD --chmod=755 install-hugo.bash build-www.bash /app/ +ADD install-hugo.bash build-www.bash /app/ COPY --from=www . /app/src/ WORKDIR /app RUN /app/install-hugo.bash @@ -7,7 +7,7 @@ RUN /app/build-www.bash FROM nginx:mainline COPY --from=build-www /app/src/public /srv/www -ADD mail-robots.txt /srv/mail/robots.txt RUN apt update && apt-get install -y tini certbot && rm -rf /var/lib/apt/lists/* -ADD --chmod=755 certbot.bash nginx-wrapper.bash /app/ +ADD mail-robots.txt /srv/mail/robots.txt +ADD certbot.bash nginx-wrapper.bash /app/ CMD ["/usr/bin/tini", "--", "/app/nginx-wrapper.bash"] diff --git a/services/docker/nginx/build-www.bash b/services/docker/nginx/build-www.bash index 498f8b8..498f8b8 100644..100755 --- a/services/docker/nginx/build-www.bash +++ b/services/docker/nginx/build-www.bash diff --git a/services/docker/nginx/certbot.bash b/services/docker/nginx/certbot.bash index 0b8e3b7..0b8e3b7 100644..100755 --- a/services/docker/nginx/certbot.bash +++ b/services/docker/nginx/certbot.bash diff --git a/services/docker/nginx/install-hugo.bash b/services/docker/nginx/install-hugo.bash index dcf6800..dcf6800 100644..100755 --- a/services/docker/nginx/install-hugo.bash +++ b/services/docker/nginx/install-hugo.bash diff --git a/services/docker/nginx/nginx-wrapper.bash b/services/docker/nginx/nginx-wrapper.bash index bd566aa..bd566aa 100644..100755 --- a/services/docker/nginx/nginx-wrapper.bash +++ b/services/docker/nginx/nginx-wrapper.bash diff --git a/store/misc/bruno/ComfyUI/Get Object Info.bru b/store/works/bruno/ComfyUI/Get Object Info.bru index d1a833c..d1a833c 100644 --- a/store/misc/bruno/ComfyUI/Get Object Info.bru +++ b/store/works/bruno/ComfyUI/Get Object Info.bru diff --git a/store/misc/bruno/ComfyUI/Get Prompt History.bru b/store/works/bruno/ComfyUI/Get Prompt History.bru index 2e26888..2e26888 100644 --- a/store/misc/bruno/ComfyUI/Get Prompt History.bru +++ b/store/works/bruno/ComfyUI/Get Prompt History.bru diff --git a/store/misc/bruno/ComfyUI/Post Prompt.bru b/store/works/bruno/ComfyUI/Post Prompt.bru index 09bf89a..09bf89a 100644 --- a/store/misc/bruno/ComfyUI/Post Prompt.bru +++ b/store/works/bruno/ComfyUI/Post Prompt.bru diff --git a/store/misc/bruno/ComfyUI/Upload Image.bru b/store/works/bruno/ComfyUI/Upload Image.bru index 92b4aeb..92b4aeb 100644 --- a/store/misc/bruno/ComfyUI/Upload Image.bru +++ b/store/works/bruno/ComfyUI/Upload Image.bru diff --git a/store/misc/bruno/ComfyUI/View Image.bru b/store/works/bruno/ComfyUI/View Image.bru index 395eccd..395eccd 100644 --- a/store/misc/bruno/ComfyUI/View Image.bru +++ b/store/works/bruno/ComfyUI/View Image.bru diff --git a/store/misc/bruno/ComfyUI/bruno.json b/store/works/bruno/ComfyUI/bruno.json index ee35540..ee35540 100644 --- a/store/misc/bruno/ComfyUI/bruno.json +++ b/store/works/bruno/ComfyUI/bruno.json diff --git a/store/misc/bruno/ComfyUI/environments/ChimerAI ComfyUI Server.bru b/store/works/bruno/ComfyUI/environments/ChimerAI ComfyUI Server.bru index 480c8da..480c8da 100644 --- a/store/misc/bruno/ComfyUI/environments/ChimerAI ComfyUI Server.bru +++ b/store/works/bruno/ComfyUI/environments/ChimerAI ComfyUI Server.bru |