Compare commits

..

No commits in common. "2fbbba051f074eed390f4a8653547294325748d4" and "951d1130b0863afa51b18b260212e37c98aedc6e" have entirely different histories.

5 changed files with 6 additions and 35 deletions

View File

@ -18,7 +18,7 @@ ADMIN_SERVICES := yacht uptime-kuma openssh
UTILS_SERVICES := it-tools stirlingpdf
# gitea-runner
PROJECT_DIRECTORY := infrastructure
SERVER_DIRECTORY := infrastructure
DOCKER_PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)

View File

@ -74,7 +74,7 @@ And then, caddy will generate the certificate for you and renew it automatically
| Domain name | Type | Description |
| --- | --- | --- |
| [bensuperpc.org](https://bensuperpc.org) | Main | Redirect to [www.bensuperpc.org](https://www.bensuperpc.org) |
| [bensuperpc.org](https://bensuperpc.org) | Main | Redirect to www.bensuperpc.org |
| [www.bensuperpc.org](https://www.bensuperpc.org) | Main | Homepage |
| [wordpress.bensuperpc.org](https://wordpress.bensuperpc.org) | Sub | Wordpress website |
| [uptimekuma.bensuperpc.org](https://uptimekuma.bensuperpc.org) | Sub | Uptime Kuma for monitoring |
@ -92,11 +92,10 @@ And then, caddy will generate the certificate for you and renew it automatically
| [picoshare.bensuperpc.org](https://picoshare.bensuperpc.org) | Sub | Picoshare for file sharing |
| [dufs.bensuperpc.org](https://dufs.bensuperpc.org) | Sub | Dufs for file sharing |
| [public.bensuperpc.org](https://public.bensuperpc.org) | Sub | Caddy for file sharing |
| [memos.bensuperpc.org](https://memos.bensuperpc.org) | Sub | Caddy for file sharing |
| bensuperpc.com | Main | Redirect to [www.bensuperpc.org](https://www.bensuperpc.org) |
| bensuperpc.fr | Main | Redirect to [www.bensuperpc.org](https://www.bensuperpc.org) |
| bensuperpc.net | Main | Redirect to [www.bensuperpc.org](https://www.bensuperpc.org) |
| bensuperpc.ovh | Main | Redirect to [www.bensuperpc.org](https://www.bensuperpc.org) |
| bensuperpc.com | Main | Redirect to www.bensuperpc.org |
| bensuperpc.fr | Main | Redirect to www.bensuperpc.org |
| bensuperpc.net | Main | Redirect to www.bensuperpc.org |
| bensuperpc.ovh | Main | Redirect to www.bensuperpc.org |
### Configure the infrastructure
@ -293,7 +292,6 @@ ssh -p 2222 admin@bensuperpc.org
- [ProjectSend](https://www.projectsend.org/)
- [Picoshare](https://github.com/mtlynch/picoshare)
- [Dufs](https://github.com/sigoden/dufs)
- [demos](https://github.com/usememos/memos)
- [Fix docker volume](https://pratikpc.medium.com/use-docker-compose-named-volumes-as-non-root-within-your-containers-1911eb30f731)
## License

View File

@ -134,10 +134,6 @@ stirlingpdf.bensuperpc.org {
reverse_proxy stirlingpdf:8080
}
memos.bensuperpc.org {
reverse_proxy memos:5230
}
link.bensuperpc.org {
# TODO: Use service with database
# Friendly links

View File

@ -1,22 +0,0 @@
services:
# memos
memos:
image: neosmemo/memos:latest
container_name: memos
profiles:
- memos
restart: on-failure:5
depends_on:
- caddy
env_file:
- ./env/memos.env
volumes:
- memos_config:/var/opt/memos
networks:
- infra-network
security_opt:
- no-new-privileges:true
volumes:
memos_config:
name: memos_config

View File

@ -1 +0,0 @@