add seafile, version bump
This commit is contained in:
20
readme.md
20
readme.md
@@ -47,6 +47,7 @@ These are all the services hosted, what they are for, and any clients I use with
|
||||
- [NetNewsWire](https://netnewswire.com/) - Wonderful all-purpose iOS RSS client
|
||||
- [Paperless-ngx](https://docs.paperless-ngx.com/) - Document management system for legal documents, IDs, bank statements, etc.
|
||||
- [Swift Paperless](https://github.com/paulgessinger/swift-paperless) - iOS client
|
||||
- [Seafile](https://www.seafile.com/en/home/) - Cloud drive
|
||||
- [Stirling PDF](https://www.stirlingpdf.com/) - PDF tools for viewing, editing, converting, and everything else
|
||||
- [Tandoor](https://tandoor.dev/) - Recipe management, so I always know which zucchine muffin recipe is the good one
|
||||
- [Untare](https://github.com/phantomate/Untare) - Mobile client (discontinued but it still works for now)
|
||||
@@ -353,6 +354,25 @@ PAPERLESS_EMAIL_HOST_PASSWORD=
|
||||
PAPERLESS_EMAIL_FROM=
|
||||
```
|
||||
|
||||
### Seafile
|
||||
|
||||
[Docs](https://manual.seafile.com/11.0/docker/deploy_seafile_with_docker/)
|
||||
|
||||
```env
|
||||
# seafile.env
|
||||
|
||||
DB_HOST=seafile_db
|
||||
DB_ROOT_PASSWD=
|
||||
SEAFILE_ADMIN_EMAIL=
|
||||
SEAFILE_ADMIN_PASSWORD=
|
||||
SEAFILE_SERVER_HOSTNAME=
|
||||
FORCE_HTTPS_IN_CONF=true
|
||||
|
||||
MYSQL_ROOT_PASSWORD= # same as DB_ROOT_PASSWD above
|
||||
MYSQL_LOG_CONSOLE=true
|
||||
MARIADB_AUTO_UPGRADE=1
|
||||
```
|
||||
|
||||
### Speedtest Tracker
|
||||
|
||||
[Docs](https://docs.speedtest-tracker.dev/getting-started/installation/using-docker-compose)
|
||||
|
||||
Reference in New Issue
Block a user