Commit Graph

91 Commits

Author SHA1 Message Date
Ruben Fiszel
005a6dd877 nits on webhook sync 2023-02-22 22:44:19 +01:00
Ruben Fiszel
48f3dfd24c update README 2023-02-22 21:49:13 +01:00
Ruben Fiszel
38b21fb830 update README 2023-02-22 15:30:42 +01:00
Ruben Fiszel
69d4a23b4f send a webhook on new user + lazy static refactor (#1203)
* supercharge

* supercharge

* progress

* progress

* display config

* display config

* display config

* display config

* fix extensions

* fix build

* disable nsjail = false for test
2023-02-15 10:59:50 +01:00
Ruben Fiszel
ce791a39a1 update README 2023-02-13 17:58:49 +01:00
Ruben Fiszel
a96ed76948 remove technical architecture 2023-02-13 02:35:07 +01:00
Ruben Fiszel
af67d95dbd update README 2023-02-13 02:26:06 +01:00
Ruben Fiszel
027a47b76e Add video to README 2023-02-13 02:24:05 +01:00
Ruben Fiszel
b05fe82607 update README 2023-02-13 02:22:13 +01:00
Ádám Kovács
676b69ef18 fix: Update references to the docs (#1191) 2023-02-10 00:08:15 +01:00
Ruben Fiszel
e1374bfd06 small flow improvements 2023-02-09 16:44:28 +01:00
Ruben Fiszel
4d16847dba use unsecure websocket if unsecure connection 2023-02-04 15:50:28 +01:00
Ruben Fiszel
8d31165333 feat: add WHITELIST_WORKSPACES and BLACKLIST_WORKSPACES 2023-02-02 07:57:03 +01:00
Ruben Fiszel
6b333b91f2 improve README 2023-02-02 07:01:18 +01:00
Ruben Fiszel
80aab43028 feat: add INCLUDE_HEADERS env variable to pass value from request headers 2023-02-01 02:22:28 +01:00
Ruben Fiszel
16cc99ee58 feat(python): add ADDITIONAL_PYTHON_PATHS 2023-02-01 02:04:53 +01:00
Ruben Fiszel
efaf1407b0 feat: add PIP_LOCAL_DEPENDENCIES 2023-01-28 03:09:47 +01:00
Ruben Fiszel
875b3cd4c8 fix privilege on cloud 2023-01-22 00:53:29 +01:00
Ruben Fiszel
6a6c9759f1 feat(deno): allow overriding deno sandboxing with DENO_FLAGS' 2023-01-21 22:54:14 +01:00
Ruben Fiszel
4d22bc5809 feat(deno): add support for DENO_AUTH_TOKENS 2023-01-21 18:36:17 +01:00
Ruben Fiszel
d8897d8054 feat: add QUEUE_LIMIT_WAIT_RESULT 2023-01-20 19:39:31 +01:00
Ruben Fiszel
40f32e644e feat(backend): add queue_limit + configurable timeout + fix timeout cancel 2023-01-18 09:02:38 +01:00
Ruben Fiszel
1add9df4ef remove comingsoon for UIs 2023-01-15 17:58:40 +01:00
Ruben Fiszel
35493896f4 add MAX_LOG_SIZE env params 2023-01-13 14:46:07 +01:00
Ruben Fiszel
1ddb1f2f59 feat(backend): add SUPERADMIN_SECRET as an env set superadmin 2022-12-22 10:35:10 +01:00
Ruben Fiszel
b9f0d35c25 Update README.md 2022-12-20 03:21:03 +01:00
Ruben Fiszel
ef95d02bbc change the default number of connections to 3 for workers 2022-12-19 18:59:46 +01:00
Ruben Fiszel
eb00ae261c add public-helm to the README 2022-12-08 18:47:44 +01:00
Ruben Fiszel
2dd070a254 move cli gif 2022-12-01 22:58:31 +01:00
Kai Jellinghaus
31ac1ddf39 feat(cli): improved setup & allow workspace in base url & refactor workspaces/remotes to unify (#966)
* Setup V2 & Allow Workspace in base url

* Handle login conflict information

* Rework workspace & remote logic

* Add login logic

* Add token storage logic

* 🚀 finish refactor

* :Fix Pull

* Remove setup

* Add create-token

* Remove legacy typesc

* Fix change

* Fix warns

* fix warning

* Update README

* Switch to new workspace by default

* Update demo video

* Update Images

* remove duplicate

* Change wording

* Add to main README

* Fix main readme

* Fix videos
2022-12-01 22:56:57 +01:00
Ruben Fiszel
112b24d21b readme: imgs 2022-11-30 20:03:50 +01:00
Ruben Fiszel
bc22391faa readme: nits and toc 2022-11-30 20:01:01 +01:00
Ruben Fiszel
283deba0e0 add proper icon for hub scripts in flow items 2022-11-30 19:27:30 +01:00
Ruben Fiszel
a2afd3004d readme: nits and toc 2022-11-30 18:59:57 +01:00
Ruben Fiszel
fc6e5b63e1 readme: nits and toc 2022-11-30 18:56:03 +01:00
Ruben Fiszel
ebc58185d3 readme: add environment variables 2022-11-30 18:38:01 +01:00
Ruben Fiszel
4d808966dc support for generic userinfo_url 2022-11-25 04:54:14 +01:00
Ruben Fiszel
3f234280c1 feat(backend): add configurable custom client 2022-11-24 11:40:02 +01:00
Ruben Fiszel
a9b3c9f01c improve README 2022-11-15 00:14:22 +01:00
DMoosh
7c8012e7d1 Update README.md (#883)
Grammar/spelling
2022-11-08 23:51:38 +01:00
Ruben Fiszel
61c915488c ci: trim down docker main docker image 2022-11-07 13:37:37 +01:00
Ruben Fiszel
aab23b8768 feat: implement allowed domains for self-hosted 2022-11-02 14:52:35 +01:00
Ruben Fiszel
c46a9ed9fc remove third screenshot 2022-10-10 00:40:08 +02:00
Ruben Fiszel
ff94151b87 change README banner 2022-10-10 00:10:30 +02:00
ex0ns
f5cd65093c feat(dev): setup devcontainer (#549)
Co-authored-by: ex0ns <ex0ns@protonmail.ch>
2022-09-19 16:58:22 +02:00
Ruben Fiszel
5a2c45e6b2 update README 2022-09-14 01:39:06 +02:00
Sebastian Kurfürst
dfd57b4778 docs: improve development getting started (#453) 2022-08-19 20:14:43 +02:00
Ruben Fiszel
11cd3363c6 README rewording 2022-08-15 00:50:56 +02:00
Ruben Fiszel
c04d7b8402 more README help 2022-08-14 23:02:54 +02:00
Ruben Fiszel
b5a0dc262a fix: users privileges 2022-08-14 22:47:51 +02:00