chore(dokuwiki): update logo
This commit is contained in:
parent
5563877ebe
commit
85485da801
|
@ -2,4 +2,3 @@
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
|
||||||
npm run test
|
npm run test
|
||||||
npm run lint
|
|
||||||
|
|
|
@ -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
|
- [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.
|
- [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
|
- [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
|
- [Filebrowser](https://github.com/filebrowser/filebrowser) - Web File Browser
|
||||||
- [Firefly III](https://github.com/firefly-iii/firefly-iii) - A personal finances manager
|
- [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
|
- [Fireshare](https://github.com/ShaneIsrael/fireshare) - Self host your media and share with unique links
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: "3"
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dokuwiki:
|
dokuwiki:
|
||||||
|
@ -9,8 +9,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/config
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
@ -20,4 +18,4 @@ services:
|
||||||
traefik.http.routers.dokuwiki.entrypoints: websecure
|
traefik.http.routers.dokuwiki.entrypoints: websecure
|
||||||
traefik.http.routers.dokuwiki.service: dokuwiki
|
traefik.http.routers.dokuwiki.service: dokuwiki
|
||||||
traefik.http.routers.dokuwiki.tls.certresolver: myresolver
|
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 |
Loading…
Reference in New Issue
Block a user