A lightweight file-system wiki engine that uses Git for keeping history
Go to file
3wc ccb1872524
continuous-integration/drone/push Build is passing Details
Add CI and catalogue generation [mass update]
2023-01-20 10:45:03 -08:00
.drone.yml Add CI and catalogue generation [mass update] 2023-01-20 10:45:03 -08:00
.env.sample Switch to <recipe>.example.com 2022-11-24 10:59:50 -08:00
.gitignore init 2022-08-24 00:30:44 +02:00
README.md add post-install tips 2022-08-24 10:38:49 +02:00
compose.yml make it a list 2022-08-24 10:30:36 +02:00

README.md

mycorrhiza

A lightweight file-system wiki engine that uses Git for keeping history

  • Category: Apps
  • Status: 0
  • Image: mycorrhiza, 4, upstream
  • Healthcheck: No
  • Backups: No
  • Email: No
  • Tests: No
  • SSO: No

Quick start

  • abra app new mycorrhiza
  • abra app config <app-name>
  • abra app deploy <app-name>

For more, see docs.coopcloud.tech.

Post-install steps

  • abra app run MYDOMAIN app sh
  • vi config.ini
  • change 127.0.0.1:1737 -> 0.0.0.0:1737
  • change any other options you need
  • abra app restart MYDOMAIN app