Loading nixos/doc/manual/redirects.json +15 −0 Original line number Diff line number Diff line Loading @@ -1544,6 +1544,21 @@ "module-services-emacs-man-pages": [ "index.html#module-services-emacs-man-pages" ], "module-services-ente": [ "index.html#module-services-ente" ], "module-services-ente-quickstart": [ "index.html#module-services-ente-quickstart" ], "module-services-ente-registering-users": [ "index.html#module-services-ente-registering-users" ], "module-services-ente-increasing-storage-limit": [ "index.html#module-services-ente-increasing-storage-limit" ], "module-services-ente-ios-background-sync": [ "index.html#module-services-ente-ios-background-sync" ], "module-services-livebook": [ "index.html#module-services-livebook" ], Loading nixos/modules/services/web-apps/ente.md +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ available. While adding new plans is possible in theory, it requires some manual database operations which isn't worthwhile. Instead, use `ente-cli` with your admin user to modify the storage limit. ## iOS background sync ## iOS background sync {#module-services-ente-ios-background-sync} On iOS, background sync is achived via a silent notification sent by the server every 30 minutes that allows the phone to sync for about 30 seconds, enough for Loading nixos/modules/services/web-apps/ente.nix +4 −1 Original line number Diff line number Diff line Loading @@ -359,5 +359,8 @@ in }) ]; meta.maintainers = with lib.maintainers; [ oddlama ]; meta = { doc = ./ente.md; maintainers = with lib.maintainers; [ oddlama ]; }; } Loading
nixos/doc/manual/redirects.json +15 −0 Original line number Diff line number Diff line Loading @@ -1544,6 +1544,21 @@ "module-services-emacs-man-pages": [ "index.html#module-services-emacs-man-pages" ], "module-services-ente": [ "index.html#module-services-ente" ], "module-services-ente-quickstart": [ "index.html#module-services-ente-quickstart" ], "module-services-ente-registering-users": [ "index.html#module-services-ente-registering-users" ], "module-services-ente-increasing-storage-limit": [ "index.html#module-services-ente-increasing-storage-limit" ], "module-services-ente-ios-background-sync": [ "index.html#module-services-ente-ios-background-sync" ], "module-services-livebook": [ "index.html#module-services-livebook" ], Loading
nixos/modules/services/web-apps/ente.md +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ available. While adding new plans is possible in theory, it requires some manual database operations which isn't worthwhile. Instead, use `ente-cli` with your admin user to modify the storage limit. ## iOS background sync ## iOS background sync {#module-services-ente-ios-background-sync} On iOS, background sync is achived via a silent notification sent by the server every 30 minutes that allows the phone to sync for about 30 seconds, enough for Loading
nixos/modules/services/web-apps/ente.nix +4 −1 Original line number Diff line number Diff line Loading @@ -359,5 +359,8 @@ in }) ]; meta.maintainers = with lib.maintainers; [ oddlama ]; meta = { doc = ./ente.md; maintainers = with lib.maintainers; [ oddlama ]; }; }