Commit graph

2540 commits

Author SHA1 Message Date
32a4b00333
dashboard layout 2024-11-02 20:43:53 +02:00
4c8f925d94
meow 2024-11-02 20:29:00 +02:00
b52ac3409b
meow 2024-11-02 19:32:37 +02:00
8f4d5eeef9
meow 2024-11-02 17:11:49 +02:00
1fcbbaab55
i went overboard 2024-11-02 17:07:25 +02:00
ca31bba520
use cryptographically secure random bytes instead of uuid 2024-11-02 17:03:32 +02:00
536e0690ae
small eslint cleanups 2024-11-02 16:50:57 +02:00
4e49e2d635
bruh 2024-11-02 16:45:41 +02:00
5cebf53e04
i had a eureka moment and hopefully it works 2024-11-02 16:39:00 +02:00
2b25a0106b
hm 2024-11-02 16:31:23 +02:00
1e18419093
use request uri 2024-11-02 16:25:16 +02:00
8f8c521242
oopsies 2024-11-02 16:19:36 +02:00
c2da2a8058
let's see if this works 2024-11-02 16:17:41 +02:00
88afb77abf
let's see if this works 2024-11-02 16:10:28 +02:00
dd8d3a2c88
just don't bother with catch all server_name 2024-11-02 16:04:43 +02:00
1eebc56f51
oopsie 2024-11-02 15:58:48 +02:00
1dea7721e5
was the presetup configuration even used, deploy new dashboard stuff 2024-11-02 15:51:07 +02:00
f0ab9c6200 Update .github/workflows/codequality.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-11-02 13:22:51 +00:00
24b1ba0147 Update .github/workflows/codequality.yml 2024-11-02 13:22:29 +00:00
8b6a1399a5 Update .github/workflows/codequality.yml 2024-11-02 13:21:40 +00:00
38b1b71bbe Update .github/workflows/codequality.yml 2024-11-02 13:19:09 +00:00
bc456fbf17
bruh 2024-11-02 15:06:12 +02:00
1e8a159c84
fix more npm references 2024-11-02 15:03:16 +02:00
b2a9c2e0e7
wah 2024-11-02 14:59:36 +02:00
10b8112ae8
wah 2024-11-02 14:55:56 +02:00
09a573a2d3
the funny 2024-11-02 14:55:29 +02:00
5a555b7bb0 Update package.json 2024-10-28 15:52:21 +00:00
7332960ea4 Update dashboard/src/components/PrivacyPolicy.vue 2024-10-28 15:50:59 +00:00
81327f5c23 Update dashboard/src/splash.html 2024-10-28 15:46:25 +00:00
5546ccda96 Update .github/workflows/push-code.yml 2024-10-25 12:47:11 +00:00
e16e29cf50 add the ability to actually restart docker compose
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:45:00 +00:00
3a5a1aca20 Update .github/workflows/push-code.yml 2024-10-25 12:36:55 +00:00
46cdefbb21 Update .github/workflows/push-code.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:35:04 +00:00
2cc9844b8a Update .github/workflows/push-code.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:34:31 +00:00
0ff0115e3a Update .github/workflows/push-code.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:30:54 +00:00
12752504d1 Update .github/workflows/push-code.yml 2024-10-25 12:29:22 +00:00
c149a08fc8 Update .github/workflows/push-code.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:28:25 +00:00
3f10d9d940 Add .github/workflows/push-code.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:08:47 +00:00
ZappyZep
b800fbe741 prettify 2024-10-25 11:54:25 +00:00
43bbaa0035 Update .github/workflows/codequality.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 11:46:54 +00:00
ef75371c12 Update .github/workflows/codequality.yml 2024-10-25 11:37:57 +00:00
ZappyZep
8c7a91dc80 meow 2024-10-25 11:35:39 +00:00
Dragory
b28ca170ed
fix: standalone migrations
Recent fix for dropping/recreating PKs in environments with
sql_require_primary_key=1 also broke the migrations for environments
where the user doesn't have permissions to change the value of the
setting. The standalone setup is such an environment.

This commit changes those migrations so that the PKs are
dropped/recreated as one ALTER TABLE query, no longer requiring
changing the sql_require_primary_key setting.
2024-04-08 21:04:09 +03:00
Dragory
928fc20df3
fix: standalone mysql service healthcheck 2024-04-08 20:38:33 +03:00
Dragory
e60af160e7
chore: try to fix clabot/dependabot interaction 2024-04-07 12:16:47 +03:00
Miikka
59c81902c7
Merge pull request from zayKenyon/container-extension
🔧 Typo VSCode Container Plugin
2024-04-07 12:12:23 +03:00
Dragory
bea395982c
docs: update default dev port; document env vars for manual prod setup 2024-04-07 09:10:47 +00:00
Dragory
ae03c9e03b
feat: always use DB_* and API_PATH_PREFIX env vars if set 2024-04-07 09:10:02 +00:00
Dragory
e146ed6416
refactor: remove SSL from standalone setup
Since Zeppelin was only creating a self-signed certificate, this
gave a false sense of security when in reality you'd always want
to have a proxy with a proper certificate in front of this anyway.

Additionally, generating the certificate at build time meant that
the domain couldn't easily be changed/updated without rebuilding.
2024-04-06 18:47:12 +03:00
Dragory
1ef7ba8d0f
refactor: simplify db credential handling 2024-04-06 15:36:45 +00:00