Skip to content

Commit

Permalink
feat: update templates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Aug 19, 2023
1 parent 46926aa commit 5418666
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1796,6 +1796,37 @@
"disabled": true
}
]
},
{
"type": 2,
"title": "Bookstack",
"description": "Application de gestion des connaissances open source",
"categories": ["Connaissances"],
"enabled": true,
"trial": 7,
"price": 19,
"logo": "https://i.imgur.com/JJ4LnUD.png",
"website": "https://bookstackapp.com/",
"repository": {
"url": "https://github.com/ethibox/awesome-stacks",
"stackfile": "stacks/bookstack.yml"
},
"env": [
{
"name": "INITIAL_ADMIN_EMAIL",
"label": "Initial admin email",
"type": "email",
"value": "[email protected]",
"disabled": true
},
{
"name": "INITIAL_ADMIN_PASSWORD",
"label": "Initial admin password",
"type": "password",
"value": "password",
"disabled": true
}
]
}
]
}

0 comments on commit 5418666

Please sign in to comment.