Skip to content

Commit

Permalink
Updated catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSchmidle committed Jan 14, 2020
1 parent cbd4b88 commit 9dd02e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
14 changes: 4 additions & 10 deletions catalogue.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
{
"type": 3,
"title": "know",
"description": "Wiki based on Bookstack",
"description": "Wiki based on Wiki.js",
"repository": {
"stackfile": "composition/know/docker-compose.yml",
"url": "https://github.com/MichaelSchmidle/wapps"
Expand All @@ -194,25 +194,19 @@
"default": "wapps_know",
"description": "The name of the database",
"label": "Database",
"name": "MYSQL_DATABASE"
},
{
"default": "wapps_know",
"description": "The password of the root user",
"label": "Root password",
"name": "MYSQL_ROOT_PASSWORD"
"name": "POSTGRES_DB"
},
{
"default": "wapps_know",
"description": "The name of the database user",
"label": "Database user",
"name": "MYSQL_USER"
"name": "POSTGRES_USER"
},
{
"default": "wapps_know",
"description": "The password of the database user",
"label": "Database password",
"name": "MYSQL_PASSWORD"
"name": "POSTGRES_PASSWORD"
}
],
"name": "know",
Expand Down
4 changes: 2 additions & 2 deletions composition/know/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# About Know Wapp

The know wapp is based on [Bookstack](https://www.bookstackapp.com/).
The know wapp is based on [Wiki.js](https://wiki.js.org/).

> BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.
> The most powerful and extensible open source Wiki software

0 comments on commit 9dd02e0

Please sign in to comment.