1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-13 05:50:27 +00:00

Some adjusting before merging

This commit is contained in:
bouncepaw 2021-03-05 14:39:33 +05:00
parent b45be35247
commit f6a41b4818
2 changed files with 4 additions and 1 deletions

View File

@ -25,6 +25,8 @@ Options:
What auth method to use. Variants: "none", "fixed" (default "none") What auth method to use. Variants: "none", "fixed" (default "none")
-fixed-credentials-path string -fixed-credentials-path string
Used when -auth-method=fixed. Path to file with user credentials. (default "mycocredentials.json") Used when -auth-method=fixed. Path to file with user credentials. (default "mycocredentials.json")
-gemini-cert-path string
Directory where you store Gemini certificates. Leave empty if you don't want to use Gemini.
-header-links-hypha string -header-links-hypha string
Optional hypha that overrides the header links Optional hypha that overrides the header links
-home string -home string
@ -57,6 +59,7 @@ Options:
* Hyphae can be renamed (recursive renaming of subhyphae is also supported) * Hyphae can be renamed (recursive renaming of subhyphae is also supported)
* Light on resources * Light on resources
* Authorization with pre-set credentials * Authorization with pre-set credentials
* Basic Gemini protocol support
## Contributing ## Contributing
Help is always needed. We have a [tg chat](https://t.me/mycorrhizadev) where some development is coordinated. You can also sponsor on [boosty](https://boosty.to/bouncepaw). Feel free to open an issue or contact directly. Help is always needed. We have a [tg chat](https://t.me/mycorrhizadev) where some development is coordinated. You can also sponsor on [boosty](https://boosty.to/bouncepaw). Feel free to open an issue or contact directly.

View File

@ -97,7 +97,7 @@ for u := range user.YieldUsers() {
<section> <section>
<h1>About {%s util.SiteName %}</h1> <h1>About {%s util.SiteName %}</h1>
<ul> <ul>
<li><b><a href="https://mycorrhiza.lesarbr.es">MycorrhizaWiki</a> version:</b> β 0.13 indev</li> <li><b><a href="https://mycorrhiza.lesarbr.es">MycorrhizaWiki</a> version:</b> β 0.13</li>
{%- if user.AuthUsed -%} {%- if user.AuthUsed -%}
<li><b>User count:</b> {%d user.Count() %}</li> <li><b>User count:</b> {%d user.Count() %}</li>
<li><b>Home page:</b> <a href="/">{%s util.HomePage %}</a></li> <li><b>Home page:</b> <a href="/">{%s util.HomePage %}</a></li>