Pranshu Agrawal
2 years ago
committed by
GitHub
4 changed files with 51 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||
version: "3.7" |
|||
|
|||
services: |
|||
app_proxy: |
|||
environment: |
|||
APP_HOST: wikijs_server_1 |
|||
APP_PORT: 3000 |
|||
PROXY_AUTH_ADD: "false" |
|||
|
|||
server: |
|||
image: linuxserver/wikijs:2.5.294@sha256:e9f79a619fb0da03dc2e20d1543a02eb655f09a1a112c6998ebd584ada533d66 |
|||
restart: on-failure |
|||
environment: |
|||
- PUID=1000 |
|||
- PGID=1000 |
|||
volumes: |
|||
- ${APP_DATA_DIR}/data:/data |
|||
- ${APP_DATA_DIR}/config:/config |
@ -0,0 +1,33 @@ |
|||
manifestVersion: 1 |
|||
id: wikijs |
|||
category: Development |
|||
name: WikiJS |
|||
version: "2.5.294" |
|||
tagline: Make documentation a joy to write |
|||
description: >- |
|||
The most powerful and extensible open source Wiki software. |
|||
|
|||
|
|||
Not all teams need the same set of features. That's why Wiki.js offers a wide range of modules that can be turned on/off on demand. |
|||
|
|||
|
|||
It's not just about being free, it also means anyone can contribute new features and help squash bugs. Wiki.js is proudly licensed under AGPLv3. |
|||
|
|||
|
|||
Connect your wiki with an ever-expanding list of external integrations for authentication, logging, rendering, search and storage. |
|||
developer: Requarks |
|||
website: https://js.wiki/ |
|||
dependencies: [] |
|||
repo: https://github.com/requarks/wiki |
|||
support: https://js.wiki/support |
|||
port: 9182 |
|||
gallery: |
|||
- 1.jpg |
|||
- 2.jpg |
|||
- 3.jpg |
|||
path: "" |
|||
defaultUsername: "" |
|||
defaultPassword: "" |
|||
torOnly: false |
|||
submitter: Pranshu Agrawal |
|||
submission: https://github.com/getumbrel/umbrel-apps/pull/273 |
Loading…
Reference in new issue