1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-02-24 06:50:11 +00:00
handlerug 295c209472
Port -> listen address
It allows for more control and things like listening on Unix sockets or
binding to 127.0.0.1 rather than 0.0.0.0.

Config changes:
- "Port = 1737" changed to "ListenAddr = 127.0.0.1:1737"
- new env variable LISTEN_ADDR
2021-07-05 21:35:27 +07:00
2021-07-02 15:20:03 +07:00
2021-07-05 21:35:27 +07:00
2021-07-02 15:20:03 +07:00
2021-07-02 15:29:55 +07:00
2021-07-02 15:29:55 +07:00
2021-07-02 22:24:17 +07:00
2021-07-02 19:02:42 +07:00
2021-07-02 15:33:55 +07:00
2021-05-17 16:25:20 +08:00
2021-06-09 21:20:46 +07:00
2021-07-05 11:12:23 +07:00
2021-07-02 17:25:13 +07:00
2021-07-02 17:25:13 +07:00
2021-07-05 21:35:27 +07:00
2021-03-29 16:13:52 +05:00
2021-07-05 21:35:27 +07:00
2021-06-29 21:12:46 +07:00
2021-07-02 12:39:22 +07:00
2021-05-17 16:25:20 +08:00

🍄 Mycorrhiza Wiki

A screenshot of Mycorrhiza Wiki's home page in the Safari browser

Mycorrhiza Wiki is a filesystem-backed wiki engine using Git for keeping history.

Main wiki

Features

  • No database required. Everything is stored as simple files. It makes installation super easy, and you can modify the content with other means such as direct file editing.
  • Everything is hyphae. A hypha is a unit of content such as a picture, video or a text article. Hyphae can transclude and link each other resulting in a tight network of hypertext pages.
  • Hyphae are authored in Mycomarkup, a custom markup language that's designed to be unambigious and easy to use.
  • Nesting of hyphae is supported. A tree of related hyphae is shown on every page.
  • History of changes for textual parts of hyphae. Every change is safely stored in Git. Web feeds for recent changes included!
  • Keyboard-driven navigation. Press ? to see the list of shortcuts.
  • Support for authorization.
  • Opengraph support.

Installing

See the deployment guide on the wiki.

Contributing

Help is always welcome! We have a Telegram chat for development discussions. You can also sponsor the maintainer of Mycorrhiza, @bouncepaw, on Boosty. If you want to contribute with code, you can either open a pull request on GitHub or send a patch to the mailing list. Feel free to open an issue on GitHub or contact us directly.

You can view the list of planned features at our GitHub project kanban board.

Description
Wiki engine fork.
Readme AGPL-3.0 13 MiB
Languages
Go 70.8%
HTML 13.9%
JavaScript 7.2%
CSS 7.1%
Roff 0.8%
Other 0.2%