WriteFreely: Difference between revisions

Klinger (talk | contribs)
Pigs (talk | contribs)
m link to other wiki entries
 
Line 71: Line 71:
==== MySQL ====
==== MySQL ====


You can choose to use a MySQL database instead of SQLite.
You can choose to use a [[Mysql|MySQL]] database instead of SQLite.


{{Note|WriteFreely requires a database password to be configured. See [https://github.com/writefreely/writefreely/issues/568 writefreely/writefreely#568] for details.}}
{{Note|WriteFreely requires a database password to be configured. See [https://github.com/writefreely/writefreely/issues/568 writefreely/writefreely#568] for details.}}
Line 129: Line 129:
=== Nginx ===
=== Nginx ===


Nginx can be used as a reverse proxy for your WriteFreely instance. This can be configured with the options under {{nixos:option|services.writefreely.nginx}}.
[[Nginx]] can be used as a reverse proxy for your WriteFreely instance. This can be configured with the options under {{nixos:option|services.writefreely.nginx}}.


<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
Line 149: Line 149:
=== ACME ===
=== ACME ===


Automatic SSL certificates can be retrieved using ACME. When used with Nginx, the certificates will be managed by NixOS's default ACME configuration. When '''not''' using Nginx, WriteFreely will manage certificates itself.
Automatic SSL certificates can be retrieved using [[ACME]]. When used with Nginx, the certificates will be managed by NixOS's default ACME configuration. When '''not''' using Nginx, WriteFreely will manage certificates itself.


<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">