add hazel server #20
Reference in New Issue
Block a user
No description provided.
Delete Branch "add_hazel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.