diff --git a/hosts/nachtigall/apps/nextcloud-skeleton/Documents/Example.odt b/hosts/nachtigall/apps/nextcloud-skeleton/Documents/Example.odt new file mode 100644 index 00000000..852646eb Binary files /dev/null and b/hosts/nachtigall/apps/nextcloud-skeleton/Documents/Example.odt differ diff --git a/hosts/nachtigall/apps/nextcloud-skeleton/Pictures/pubsolar.png b/hosts/nachtigall/apps/nextcloud-skeleton/Pictures/pubsolar.png new file mode 100644 index 00000000..5b4fe092 Binary files /dev/null and b/hosts/nachtigall/apps/nextcloud-skeleton/Pictures/pubsolar.png differ diff --git a/hosts/nachtigall/apps/nextcloud-skeleton/Pictures/pubsolar.svg b/hosts/nachtigall/apps/nextcloud-skeleton/Pictures/pubsolar.svg new file mode 100644 index 00000000..aa84e458 --- /dev/null +++ b/hosts/nachtigall/apps/nextcloud-skeleton/Pictures/pubsolar.svg @@ -0,0 +1,119 @@ + + + + + + + PubSolar logo + + + + + + + + + + + + + + + + + PubSolar logo + + + + diff --git a/hosts/nachtigall/apps/nextcloud-skeleton/Readme.md b/hosts/nachtigall/apps/nextcloud-skeleton/Readme.md new file mode 100644 index 00000000..233693f6 --- /dev/null +++ b/hosts/nachtigall/apps/nextcloud-skeleton/Readme.md @@ -0,0 +1,7 @@ +# Welcome to your pub.solar cloud! + +By default, the cloud is limited to 10MB of storage. If you want more, just send a short request to [crew@pub.solar](mailto:crew@pub.solar). + +To download a desktop client, go to https://nextcloud.com/download. + +You can edit this file by clicking here, and put any contents you want as notes for this directory :) diff --git a/hosts/nachtigall/apps/nextcloud.nix b/hosts/nachtigall/apps/nextcloud.nix index 0b9af81a..555f0aa5 100644 --- a/hosts/nachtigall/apps/nextcloud.nix +++ b/hosts/nachtigall/apps/nextcloud.nix @@ -31,6 +31,7 @@ https = true; secretFile = config.age.secrets."nextcloud-secrets".path; # secret maxUploadSize = "1G"; + skeletonDirectory = "./nextcloud-skeleton"; configureRedis = true;