Adding arbitrary entrypoints #9

Closed
opened 2020-11-08 19:30:03 +00:00 by decentral1se · 3 comments
Owner

These probably need to be wrapped in an if/end statement too:

https://git.autonomic.zone/coop-cloud/traefik/src/branch/master/traefik.yml#L27-L30

These probably need to be wrapped in an if/end statement too: > https://git.autonomic.zone/coop-cloud/traefik/src/branch/master/traefik.yml#L27-L30
Author
Owner

Although I do note that it doesnt seem to make a difference to traefik. It is kind of like a /etc/services listing in that way. Just a bunch of ports and named entrypoints for different apps.

Although I do note that it doesnt seem to make a difference to traefik. It is kind of like a `/etc/services` listing in that way. Just a bunch of ports and named entrypoints for different apps.
Author
Owner

Maybe an issue for security is opening up a lot of ports you don't use:

https://git.autonomic.zone/coop-cloud/traefik/src/branch/master/compose.yml#L7

But then again, you can just block them with ufw, so maybe not so bad?

Maybe an issue for security is opening up a lot of ports you don't use: > https://git.autonomic.zone/coop-cloud/traefik/src/branch/master/compose.yml#L7 But then again, you can just block them with `ufw`, so maybe not so bad?
Author
Owner

Latest version of traefik seems to throwing errors on this now. I am gonna if/else this stuff and update the relevant apps to include that switch and close this one off.

Latest version of traefik seems to throwing errors on this now. I am gonna if/else this stuff and update the relevant apps to include that switch and close this one off.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/traefik#9
No description provided.