Ente Photos: Difference between revisions
No edit summary |
m Minor grammar change |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{warning | This page is work-in-progress! Packages and modules for | {{warning|This page is a work-in-progress! Packages and modules for Ente are still being written. This warning will be removed when they have been merged and are ready to use.}} | ||
Line 24: | Line 24: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
services.nginx = { | |||
enable = true; | |||
virtualHosts."photos.example.com" = { | |||
enableACME = true; | |||
forceSSL = true; | |||
root = pkgs.ente-web; | |||
}; | |||
}; | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 29: | Line 37: | ||
The web-client, the desktop-client and the mobile clients (iOS, Android) all allow using custom, self-hosted servers. To create an account or log into your own server '''Tap or click the logo in the welcome screen 7 times'''. This will bring up a setting where you can specify a non-official ente API server. | The web-client, the desktop-client and the mobile clients (iOS, Android) all allow using custom, self-hosted servers. To create an account or log into your own server '''Tap or click the logo in the welcome screen 7 times'''. This will bring up a setting where you can specify a non-official ente API server. | ||
[[Category:Server]] | |||
[[Category:Web Applications]] |