Trying to understand a possible CI integration #175
Unanswered
whysthatso
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
I personally use a dockerized container and park it behind an nginx proxy (with fail2ban). this way i can secure everything with a login and password (using basicauth). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using woodpecker ci, a fork of drone ci, and i try to wrap my head around notifications.
I see two possibilities:
I have apprise-api running as a network-accessible service and during ci runs i POST to this api to send out notifictions, possibly via curl or any other similar tool or library
I somehow have apprise dockerized so i can run it as a woodpecker plugin and call it directly, with a configuration attached to it.
Can anybody advise or is anyone running a setup like that?
Beta Was this translation helpful? Give feedback.
All reactions