https://github.com/hmes98318/nextcloud-custom
使用 Nextcloud 官方 image 修改的容器
https://github.com/hmes98318/nextcloud-custom
Last synced: 7 months ago
JSON representation
使用 Nextcloud 官方 image 修改的容器
- Host: GitHub
- URL: https://github.com/hmes98318/nextcloud-custom
- Owner: hmes98318
- License: agpl-3.0
- Created: 2025-01-06T02:44:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T13:39:13.000Z (9 months ago)
- Last Synced: 2025-01-17T18:03:49.471Z (9 months ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextcloud-custom
基於 Nextcloud 官方 image 修改的容器
修改成自託管 Nextcloud server 所需架構- **Web 服務**:使用 Nginx + PHP-FPM
- **資料庫**:連接外部的 MariaDB, Redis
- **存儲**:Nextcloud data 使用 NFS 掛載外部存儲 server (TrueNAS CORE)
- **進程管理**:使用 Supervisord 掛載並管理所有相關進程。## License
Copyright (C) 2025 [hmes98318](https://github.com/hmes98318)Source: https://github.com/nextcloud/docker
The custom Nextcloud image is licensed under the **GNU General Public License v3.0**, see the [LICENCE](./LICENSE) file for details.