Outline: Difference between revisions
imported>Onny Fix configuration example |
imported>Onny Simplified storage configuration |
||
| Line 4: | Line 4: | ||
The most minimal local installation of Outline can be enabled with the following configuration | The most minimal local installation of Outline can be enabled with the following configuration | ||
{{Note|The storage configuration is not yet stable and will be available with the upcoming NixOS 23.11 release.}} | |||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
| Line 18: | Line 20: | ||
publicUrl = "http://localhost:3000"; | publicUrl = "http://localhost:3000"; | ||
forceHttps = false; | forceHttps = false; | ||
storage.storageType = "local"; | |||
storage | |||
oidcAuthentication = { | oidcAuthentication = { | ||
# Parts taken from | # Parts taken from | ||
| Line 98: | Line 90: | ||
Outline is available at http://localhost . Choose login provider "Dex" and authenticate with the example mock login <code>admin</code> and <code>password</code>. | Outline is available at http://localhost . Choose login provider "Dex" and authenticate with the example mock login <code>admin</code> and <code>password</code>. | ||
== See also == | == See also == | ||