Files
Cloud-Server/nextcloud/README.md
2025-11-25 14:15:40 -05:00

42 lines
1.1 KiB
Markdown

# Nextcloud Info
## Instructions:
- Tusted Domains: If you need to add a trusted domain, do so in nc_app/config/config.php
- Access Nextcloud on port 8080
## Contents:
**`nextcloud`**
├── **`db/`**
├── **`docker-compose.yml`**
├── **`.env`**
├── **`.gitignore`**
├── **`nc_app/`**
├── **`README.md`**
└── **`redis/`**
## File Descrptions:
- **`db/`**: Database storage folder
- **`docker-compose.yml`**: Docker compose file
- **`.env`**: Environment Variables
- **`.gitignore`**: Git ignore file
- **`nc_app/`**: Nextcloud storage folder
- **`README.md`**: Documentation
- **`redis/`**: Database storage folder
## Environmet Variables:
- **`MYSQL_ROOT_PASSWORD`**: Database root password
- **`MYSQL_PASSWORD`**: Database admin password
- **`MYSQL_DATABASE`**: Database name
- **`MYSQL_USER`**: Database admin username
- **`OVERWRITECLIURL`**: Overwrite URL
- **`OVERWRITEWEBROOT`**: Overwrite path
- **`OVERWRITEHOST`**: Overwrite hostname
## Ignored Files:
- **`db/`**: Persistant Data
- **`.env`**: Environment Variables
- **`nc_app/`**: Persistant Data
- **`redis/`**: Persistant Data