servo / saltfs

Salt Stack Filesystem
Apache License 2.0
56 stars 107 forks source link

intermittent-tracker: deploy servo/intermittent-tracker#5 and #6 #1035

Closed delan closed 1 year ago

delan commented 1 year ago

This patch makes the changes needed to deploy servo/intermittent-tracker#5 + servo/intermittent-tracker#6.

We’ll need to generate an intermittent-dashboard-secret as follows:

$ python3 -c 'import secrets; print(secrets.token_urlsafe())'
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopq
delan commented 1 year ago

@jdm this patch now includes both the frontend and backend, let me know what you think :)

jdm commented 1 year ago

Deployed!