-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add queue dashboard #794
Add queue dashboard #794
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ça a l'air top !
5a87716
to
3027932
Compare
Oui c’est pas mal mais il faudrait ajouter une authentification pour pouvoir déployer ! Une page de basic auth ferait l’affaire |
225314e
to
8c0aa50
Compare
queue/src/.htpasswd
Outdated
@@ -0,0 +1 @@ | |||
[email protected]:$apr1$6ts5byl3$575IQxAARDD6llSdjDpQM0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je préfèrerais que l'on génère le fichier dynamiquement avec une action. On peut stocker le mot de passe dans un secret GitHub et utiliser une action write-file
https://github.com/marketplace/actions/write-file par exemple
queue/src/basic-auth.ts
Outdated
import auth from 'http-auth'; | ||
import path from 'node:path'; | ||
|
||
export const createBasicAuth = () => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
top !
The queue dashboard should be available there, with basic auth enabled.