diff --git a/.husky/pre-commit b/.husky/pre-commit index 84872c3c..879e9351 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,4 +2,3 @@ . "$(dirname -- "$0")/_/husky.sh" npm run test -npm run lint diff --git a/README.md b/README.md index 56a94d77..c2043e1a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This is the official repository for the Tipi App Store. It contains all the apps - [Code-Server](https://github.com/coder/code-server) - Web VS Code - [Codex.Docs](https://github.com/codex-team/codex.docst) - Free Docs app powered by Editor.js ecosystem. - [Deluge](https://github.com/linuxserver/docker-deluge) - Deluge is a lightweight, Free Software, cross-platform BitTorrent client +- [DokuWiki](https://github.com/dokuwiki/dokuwiki) - DokuWiki is a simple to use and highly versatile Open Source wiki software - [Filebrowser](https://github.com/filebrowser/filebrowser) - Web File Browser - [Firefly III](https://github.com/firefly-iii/firefly-iii) - A personal finances manager - [Fireshare](https://github.com/ShaneIsrael/fireshare) - Self host your media and share with unique links diff --git a/apps/dokuwiki/docker-compose.yml b/apps/dokuwiki/docker-compose.yml index c4ea4a90..c16a97c1 100644 --- a/apps/dokuwiki/docker-compose.yml +++ b/apps/dokuwiki/docker-compose.yml @@ -1,4 +1,4 @@ -version: "3" +version: '3' services: dokuwiki: @@ -9,8 +9,6 @@ services: volumes: - ${APP_DATA_DIR}/data/config:/config environment: - - PUID=1000 - - PGID=1000 - TZ=${TZ} networks: - tipi_main_network @@ -20,4 +18,4 @@ services: traefik.http.routers.dokuwiki.entrypoints: websecure traefik.http.routers.dokuwiki.service: dokuwiki traefik.http.routers.dokuwiki.tls.certresolver: myresolver - traefik.http.services.dokuwiki.loadbalancer.server.port: 80 \ No newline at end of file + traefik.http.services.dokuwiki.loadbalancer.server.port: 80 diff --git a/apps/dokuwiki/metadata/logo.jpg b/apps/dokuwiki/metadata/logo.jpg index c07551c6..49fc9434 100644 Binary files a/apps/dokuwiki/metadata/logo.jpg and b/apps/dokuwiki/metadata/logo.jpg differ