Intial repository commit

This commit is contained in:
2025-11-25 14:15:40 -05:00
commit 44c853f580
67 changed files with 34583 additions and 0 deletions

41
nextcloud/README.md Normal file
View File

@@ -0,0 +1,41 @@
# 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