Compare commits

...

6 Commits

Author SHA1 Message Date
bce1839e2e merge...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-22 16:16:58 +03:00
8c0b785f43 docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-22 15:17:19 +03:00
57450cb866 docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-22 15:15:13 +03:00
c6ad52f759 docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-22 15:13:35 +03:00
7ae851da84 docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-22 15:12:00 +03:00
88ce416e42 ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-20 16:47:26 +03:00

View File

@ -49,8 +49,9 @@ Fun.
layer under Proxmox, and preferring light distributions like Alpine
Linux
- _Pragmatic simplicity_
This goal yields some compromises to previous goals, for example [TKL]()
is used as a base for [Nextcloud]() effectively simplifying the setup
This goal yields some compromises to previous goals, for example
[TKL](https://www.turnkeylinux.org/) is used as a base for
[Nextcloud](https://nextcloud.com/) effectively simplifying the setup
and administration of all the related components at the cost of a
heavier CT, transparently integrating multiple related services
@ -279,7 +280,12 @@ Includes:
make syncthing
```
XXX
Syncthing administration interface is accessible via https://syncthing.adm/
on the ADMIN network, it is recommended to set an admin password on
the web interface as soon as possible.
No additional routing or network configuration is required, Syncthing is
smart enough to handle its own connections itself.
For more info see: https://syncthing.net/
@ -290,9 +296,17 @@ For more info see: https://syncthing.net/
make nextcloud
```
XXX
Nextcloud will get mapped to subdomain `$NEXTCLOUD_SUBDOMAIN` of
`$NEXTCLOUD_DOMAIN` (defaulting to `$DOMAIN`, if not defined).
For more info see: https://nextcloud.com/
For basic configuration edit the generated: [config.global](./config.global)
and for defaults: [config.global.example](./config.global.example).
For deeper management use the [TKL](https://www.turnkeylinux.org/) consoles
(via https://nextcloud.srv, on the LAN network) and `ssh`, for more details
see: https://www.turnkeylinux.org/nextcloud
For more info on Nextcloud see: https://nextcloud.com/
### Gitea
@ -301,10 +315,13 @@ For more info see: https://nextcloud.com/
make gitea
```
XXX
Gitea is mapped to the subdomain `$GITEA_SUBDOMAIN` of `$GITEA_DOMAIN`
or `$DOMAIN` if the former is not defined.
For basic configuration edit the generated: [config.global](./config.global)
and for defaults: [config.global.example](./config.global.example).
For more info see: https://about.gitea.com/
For more info see: https://gitea.com/
### Custom services