docs: update project/infrastructure/wiki

This commit is contained in:
lukas 2025-04-28 16:23:04 +00:00
parent f6b7975ee3
commit c389ce8612

View File

@ -2,7 +2,7 @@
title: Wiki title: Wiki
description: description:
published: true published: true
date: 2025-04-28T16:15:31.727Z date: 2025-04-28T16:23:02.638Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-04-28T16:15:31.727Z dateCreated: 2025-04-28T16:15:31.727Z
@ -11,3 +11,10 @@ dateCreated: 2025-04-28T16:15:31.727Z
# Wiki documentation # Wiki documentation
- [Wiki.js documentation on Cloudron](https://docs.cloudron.io/apps/wikijs/#git-storage) - [Wiki.js documentation on Cloudron](https://docs.cloudron.io/apps/wikijs/#git-storage)
## Set up
- From the Cloudron WebUI, open a terminal session inside the `wiki` container. Generate a SSH key pair inside this container and put in under `/app/data/`
- Log into with an admin account
- Go to to *Modules* -> *Storage* and select *Git*.
- Enable *SSH Private Key mod*, set SSH Private Key Path to `/app/data/ssh/id_rsa`.