Adds new server Hazel with traefik deployment to RTM's coop cloud configs. Hazel will be a small test server for experimentation.
Todo: deploy backup bot to Hazel, grant Hazel server access to other RTM members.
Adds new server Hazel with traefik deployment to RTM's coop cloud configs. Hazel will be a small test server for experimentation.
Todo: deploy backup bot to Hazel, grant Hazel server access to other RTM members.
I get an SSL error when trying to reach traefik.hazel.resisttechmonopolies.online. Is that a me problem?
Also JFYI I saw you added the DNS records to Cloudflare. In the future you can add a CNAME record for *.hazel that redirects to hazel.resisttechmonopolies.online so you don't have to go add a new record each time.
I get an SSL error when trying to reach traefik.hazel.resisttechmonopolies.online. Is that a me problem?
Also JFYI I saw you added the DNS records to Cloudflare. In the future you can add a CNAME record for *.hazel that redirects to hazel.resisttechmonopolies.online so you don't have to go add a new record each time.
I get an SSL error when trying to reach traefik.hazel.resisttechmonopolies.online. Is that a me problem?
I think it's because of this line:
DASHBOARD_ENABLED=false
@linnealovespie
> I get an SSL error when trying to reach traefik.hazel.resisttechmonopolies.online. Is that a me problem?
I think it's because of this line:
```
DASHBOARD_ENABLED=false
```
ammaratef45
approved these changes 2026-05-19 07:18:10 +00:00
Only a small concern, traefik.hazel.resisttechmonopolies.online is too long and secret names can get too long and violate a maximum imposed by docker swarm
It's explained here very well, notice the following part:
if you have a domain example.org and a secret foo_pass, you'll end up with something like example_org_foo_pass_v1 being used for the secret name.
This means traefik.hazel.resisttechmonopolies.online (our example.org) will be part of all secret names, eating away 42 characters out of the maximum of 64
suggestion: make it t.hazel.resisttechmonopolies.online to save extra few characters 😄
Only a small concern, `traefik.hazel.resisttechmonopolies.online` is too long and secret names can get too long and violate a maximum imposed by docker swarm
It's explained [here](https://docs.coopcloud.tech/maintainers/handbook/#r015-long-secret-names) very well, notice the following part:
> if you have a domain example.org and a secret foo_pass, you'll end up with something like example_org_foo_pass_v1 being used for the secret name.
This means `traefik.hazel.resisttechmonopolies.online` (our `example.org`) will be part of all secret names, eating away 42 characters out of the maximum of 64
```
$ echo 'traefik.hazel.resisttechmonopolies.online' | wc -c
42
```
suggestion: make it `t.hazel.resisttechmonopolies.online` to save extra few characters 😄
Are you saying i need to uncomment that and deploy? I thought the dashboard is optional.
I will look into it and deploy a test service to make sure it's working as a next step, and i will change the domain name too as suggested!
@ammaratef45
> I think it's because of this line:
>
> ```
>
> ```
>
Are you saying i need to uncomment that and deploy? I thought the dashboard is optional.
I will look into it and deploy a test service to make sure it's working as a next step, and i will change the domain name too as suggested!
Are you saying i need to uncomment that and deploy? I thought the dashboard is optional.
No I actually advice to keep dashboard disabled unless for debugging
> Are you saying i need to uncomment that and deploy? I thought the dashboard is optional.
No I actually advice to keep dashboard disabled unless for debugging
You are not authorized to merge this pull request.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds new server Hazel with traefik deployment to RTM's coop cloud configs. Hazel will be a small test server for experimentation.
Todo: deploy backup bot to Hazel, grant Hazel server access to other RTM members.
I get an SSL error when trying to reach traefik.hazel.resisttechmonopolies.online. Is that a me problem?
Also JFYI I saw you added the DNS records to Cloudflare. In the future you can add a CNAME record for *.hazel that redirects to hazel.resisttechmonopolies.online so you don't have to go add a new record each time.
@linnealovespie
I think it's because of this line:
Only a small concern,
traefik.hazel.resisttechmonopolies.onlineis too long and secret names can get too long and violate a maximum imposed by docker swarmIt's explained here very well, notice the following part:
This means
traefik.hazel.resisttechmonopolies.online(ourexample.org) will be part of all secret names, eating away 42 characters out of the maximum of 64suggestion: make it
t.hazel.resisttechmonopolies.onlineto save extra few characters 😄@ammaratef45
Are you saying i need to uncomment that and deploy? I thought the dashboard is optional.
I will look into it and deploy a test service to make sure it's working as a next step, and i will change the domain name too as suggested!
No I actually advice to keep dashboard disabled unless for debugging
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.