A Nextcloud instance opened to registration https://cloudpasta.franco.net.eu.org
This repository has been archived on 2023-06-26. You can view files and clone it, but cannot push or open issues/pull-requests.
 
Go to file
Franco Masotti 4e163d30f1
- Fixed free plan quota.
- Minor fixes.
2022-09-26 13:12:24 +02:00
.gitignore First commit. 2022-09-22 19:36:40 +02:00
.pre-commit-config.yaml First commit. 2022-09-22 19:36:40 +02:00
Makefile First commit. 2022-09-22 19:36:40 +02:00
Pipfile First commit. 2022-09-22 19:36:40 +02:00
README.md - Fixed free plan quota. 2022-09-26 13:12:24 +02:00

README.md

Table of contents

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

  1. register
  2. use the free plan
  3. 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:

  • Deleted files 1
  • Versions 2

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)

Email

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

Email
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:

  1. install and configure the Nextcloud client

    sudo apt-get install nextcloud-desktop
    nextcloud-desktop
    
  2. install cryfs

    sudo apt-get install cryfs
    
  3. setup a new encrypted container

    cd ~
    cryfs Nextcloud/my-encrypted-files cryfs-mount-point
    
  4. follow the instructions

  5. edit the data in ~/cryfs-mount-point

  6. 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

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.