chore(dokuwiki): update logo

This commit is contained in:
Nicolas Meienberger 2023-03-11 16:45:48 +01:00
parent 5563877ebe
commit 85485da801
4 changed files with 3 additions and 5 deletions

View File

@ -2,4 +2,3 @@
. "$(dirname -- "$0")/_/husky.sh"
npm run test
npm run lint

View File

@ -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

View File

@ -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
traefik.http.services.dokuwiki.loadbalancer.server.port: 80

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 32 KiB