mycorrhiza/README.md
decentral1se 535500adce
All checks were successful
continuous-integration/drone/push Build is passing
docs: fix link & post-install placeholder
2023-10-17 01:50:59 +02:00

709 B

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