- Minor fixes. |
||
---|---|---|
.gitignore | ||
.pre-commit-config.yaml | ||
Makefile | ||
Pipfile | ||
README.md |
README.md
Table of contents
- Table of contents
- Cloudpasta
Cloudpasta
Terms of use
What we provide
Community hosting of Nextcloud accounts with various quotas at Cloudpasta.
A single instance handles all the accounts.
You can find Nextcloud apps on various app stores.
Plans
Name | Size | Price | Monthly subscription payment link | One time payment link |
---|---|---|---|---|
Free | 0 B < size <= 5 GB | free | ||
50GB | 0 B < size <= 50 GB | 1.5 € / month (18 € / year) | Stripe | Stripe |
75GB | 0 B < size <= 75 GB | 2.0 € / month (24 € / year) | Stripe | Stripe |
100GB | 0 B < size <= 100 GB | 2.5 € / month (30 € / year) | Stripe | Stripe |
Instructions
- register
- use the free plan
- fill in one of the following forms to upgrade or downgrade
Changing plan form |
---|
50GB |
75GB |
100GB |
Free |
Payment rules
One time
Payments are valid until the end of a month independently on the subscription date. This is done to simplify accounting.
For example, if a user subscribes on December 30th he will need to do a new subscription on January 1st to have access for the whole of January:
Subscription date | Subscription Validity (included) |
---|---|
December 30th | December 31st |
September 1st | September 30st |
June 15th | June 30th |
If a payment does not arrive on time your account will be downgraded to a free plan. If your used quota is over 5 GB the Downgrading to the free plan conditions apply.
Monthly subscription
Once you make a monthly subscription no specific condition applies unless you cancel a subscription. In this case the same rules as One time apply.
Payment via Stripe
When you pay via Stripe please use the same email address you used to register on the Cloudpasta instance. This way I can upgrade your plan easily.
When you pay via Stripe you accept their terms and privacy policy.
Alternative payment systems
I accept payment in various crypto. Please contact me.
Quota
Going over a quota
If you happen to go over the quota you need to use a different plan or delete files.
Downgrading to the free plan
If you downgrade to the free plan using more than 5 GB of space your files will be kept for 90 days. After that, your account will be suspended for 7 days. If no further action on your part is taken your account and files will be permanently deleted without possibility of recovery.
At the moment it is not possible to downgrade from one paid plan to another.
Payments and account cancellation
Once you decide to delete your account your monthly subscription will be deleted. See also the Payment rules section.
Disclaimer of warranties and liability
In no event shall the administrators be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials on Cloudpasta platform, even if the administrators has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.
Importing and exporing data and account deletion
You have the freedom and right to export your data and ask for account deletion. Have a look at your user settings:
If you run the data exporting procedure yourself you will find a user.nextcloud_export
file in your Nextcloud root.
This file is a zip file: you can download it and unzip it.
Once account deletion is completed all files get deleted without possibility of recovery.
Privacy policy
App limitations
To improve privacy the:
apps have been disabled. This means that once you delete a file there is no possibility of recovery.
Activity
3 is kept for 7 days.
Sharing between users has been disabled also to prevent service abuse: one user could signup with different emails and share directories so to easily circumvent the plans' quota. If you need more space please roll your own Nextcloud instance.
Saved data
Data that you provided such as files, email, name, etc... is stored in a local database or a local storage. In general none of this data is sent to 3rd parties except:
- notification emails: see the email section
- if you mount external storage (optional)
At the moment the email provider is Outlook because I do not dispose of a static IP address to setup up an SMTP server.
Cookies
This website does NOT use:
- third party cookies
- statistics cookies
- profilation cookies
- marketing cookies
This website uses:
- technical cookies
See the Nextcloud documentation.
Backup files
After you delete data or your account incremental backup files can continue to exist for up to 30 days. Encrypted off-line backups can exist for a bit longer.
Contacts
cloudpasta@outlook.com |
Other
Hardware
- bandwidth is limited to 500 Mbps down, 150 Mbps up (as an estimate)
- this server is NOT hosted in a data center. Check the IP address of the Cloudpasta instance
- data is redunded using BTRFS RAID 1 or F2FS over mdadm RAID 1 both data, database and other backend services
- daily backups are in place
- security scan
Advices
End to end encryption
I STRONGLY SUGGEST to encrypt your files. This way neither the server administrator nor anyone else, except you, can read your files. One disadvantage of this that you lose all the Nextcloud features:
- file sharing
- media viewing
- etc...
Integrated end to end encryption and server encryption in Nextcloud still seem in a non production stage 4 5 6. That is why I decided not to enable them. There are other possibilities to do this, for example using cryfs. On Debian GNU/Linux you can do something like this:
-
install and configure the Nextcloud client
sudo apt-get install nextcloud-desktop nextcloud-desktop
-
install cryfs
sudo apt-get install cryfs
-
setup a new encrypted container
cd ~ cryfs Nextcloud/my-encrypted-files cryfs-mount-point
-
follow the instructions
-
edit the data in
~/cryfs-mount-point
-
once you finish close your encrypted container
cryfs-unmount ~/cryfs-mount-point
Another possibility is to use Cryptomator
Backups
This is a small server setup. Do your own backups.
Thanks
- Nextcloud contributors for the main software
- nic.eu.org for providing free domains
- 1984.hosting for providing free DNS handling
- Let's Encrypt for providing free certificate signing
License
Some sections of this document have been inspired by Codeberg's Terms Of Use and Privacy Policy, licensed under CC BY-SA 4.0.
This text is free to be adapted and remixed under the CC-BY-SA (Attribution-ShareAlike 4.0 International) license.
-
https://docs.nextcloud.com/server/24/go.php?to=user-trashbin ↩︎
-
https://docs.nextcloud.com/server/24/go.php?to=user-versions ↩︎
-
https://docs.nextcloud.org/server/stable/admin_manual/configuration_server/activity_configuration.html ↩︎
-
https://www.reddit.com/r/NextCloud/comments/ce7h8b/does_nextcloud_support_end_to_end_encryption/ ↩︎
-
https://docs.nextcloud.com/server/19/user_manual/files/encrypting_files.html ↩︎