A lightweight file-system wiki engine that uses Git for keeping history
Go to file
decentral1se 535500adce
continuous-integration/drone/push Build is passing Details
docs: fix link & post-install placeholder
2023-10-17 01:50:59 +02:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -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 docs: fix link & post-install placeholder 2023-10-17 01:50:59 +02:00
compose.yml chore: publish 0.1.0+v1.14.0 release 2023-10-17 01:48:27 +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 <domain> 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 <domain> app