Intial repository commit
This commit is contained in:
41
nextcloud/README.md
Normal file
41
nextcloud/README.md
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user