diff --git a/README.md b/README.md index dbc7a94..28302f9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Source | Image [Ahwxorg/Binternet](https://github.com/Ahwxorg/binternet/) | ahwxorg/binternet [gothub/gothub](https://codeberg.org/gothub/gothub) | gothub/gothub [valkey-io/valkey-container](https://github.com/valkey-io/valkey-container) | valkey/valkey -[go-gitea/gitea](https://github.com/go-gitea/gitea) | gitea/gitea (with [Rainnny7/gitea-github-theme](https://github.com/Rainnny7/gitea-github-theme)) +[go-gitea/gitea](https://github.com/go-gitea/gitea) | gitea/gitea [(with Rainnny7/gitea-github-theme](https://github.com/Rainnny7/gitea-github-theme)) [gitea/act_runner](https://gitea.com/gitea/act_runner) | gitea/act_runner [binwiederhier/ntfy](https://github.com/binwiederhier/ntfy) | binwiederhier/ntfy [louislam/uptime-kuma](https://github.com/louislam/uptime-kuma) | louislam/uptime-kuma diff --git a/dockerfiles/etherpad.Dockerfile b/dockerfiles/etherpad.Dockerfile index 35bf9ae..f05006f 100755 --- a/dockerfiles/etherpad.Dockerfile +++ b/dockerfiles/etherpad.Dockerfile @@ -4,4 +4,4 @@ RUN sed -i '/#innerdocbody {/a \ \ font-size: 18px;' ./src/static/css/iframe_edi RUN { [ -z "${ETHERPAD_PLUGINS}" ] || \ npm install --no-save ${ETHERPAD_PLUGINS}; } && \ src/bin/installDeps.sh && \ - rm -rf ~/.npm \ No newline at end of file + rm -rf ~/.npm