Notifications
Clear all
Self Hosted
1
Posts
1
Users
0
Reactions
138
Views
Topic starter
[Cloud] NextCloud
Nextcloud is an open-source cloud service similar to Dropbox or Google Drive. Servers can be federated together to allow for secure file sharing and data redundancy.
Application: Nextcloud
Type: Docker
Website:
Demo: https://nextcloud.valleycommunity.co.za/
Android App: https://play.google.com/store/apps/details?id=com.nextcloud.client&hl=en_US
Usage: Install the Nextcloud app or go directly to the demo site
Registration: Registration is turned on but request are manually approved. It may take some time before you are allowed access to the service.
APPS on Demo Server
- File Storage
- Password Manager
- Notes
- Contacts
- Calendar
- Radio
Self Hosting Installation
- Login to your Linux machine using ssh
- Install Nextcloud by running this docker command
docker run -d \ --name=nextcloud \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 443:443 \ -v /path/to/nextcloud/config:/config \ -v /path/to/data:/data \ --restart unless-stopped \ lscr.io/linuxserver/nextcloud:latest
3. Add Nextcloud to the Reverse Proxy
This topic was modified 4 months ago 2 times by Andre Tiltman
Posted : 14/07/2024 7:01 pm