github-actions[bot]
355a2377ef
Update contributors in docs ( #1062 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-20 20:44:49 +01:00
Erik Vroon
bb1dd7ed95
Add more docs ( #902 )
2024-09-10 08:57:25 +02:00
Erik Vroon
efbf8e984b
Add process compose config and docs ( #891 )
2024-09-07 16:59:34 +02:00
github-actions[bot]
304cdd50f4
Update contributors in docs ( #879 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-30 20:32:13 +02:00
Erik Vroon
55d13370d9
Small fixes in docker config ( #876 )
...
Implements feedback from #814
2024-08-30 10:59:29 +02:00
Danny Piper
a2f63abb8f
Feat: added volume, network and port to docker compose ( #814 )
...
Fixes issue where containers cannot to talk to each other where the
default docker network is isolated.
2024-08-28 08:53:20 +02:00
github-actions[bot]
37d29dd9da
Update contributors in docs ( #845 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-02 21:15:23 +02:00
BachErik
be2ec7d9dd
fix: publish docker image workflow ( #830 )
...
After many tests, I have now discovered that there is currently a
problem with node and arm64 in GitHub workflows. There is the following
issue: https://github.com/nodejs/docker-node/issues/1335 . As already
mentioned at the top of the Node.js issue, a possible solution would be
to run it in offline mode, i.e. to cache the packages.
I have now adapted the GitHub workflow file so that it already works.
As you have already correctly noted, I have added QEMU.
Since this problem only affects Node, the backend is not affected and
already has the multi-architecture variant. To give the frontend
multi-arch as well, you would only have to add `linux/arm64` to the
platform, and then it should also work there.
But I still have a question: Why do you not work with the versions in
the workflow file, but with special commits?
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-29 09:17:30 +02:00
github-actions[bot]
2f43ce7ed1
Update contributors in docs ( #832 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-26 22:27:06 +02:00
github-actions[bot]
d8ae716147
Update contributors in docs ( #746 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-24 17:48:18 +02:00
Erik Vroon
2a84d0bc6c
Update translation info ( #688 )
2024-05-03 22:43:28 +02:00
github-actions[bot]
7332b9906b
Update contributors in docs ( #685 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-03 21:21:49 +02:00
Erik Vroon
07bfb1fba7
Add static volume to docker docs ( #616 )
...
fixes https://github.com/evroon/bracket/issues/518
2024-03-21 09:22:23 +01:00
Erik Vroon
ef895bf812
Extend deploy docs and add Nomad docs ( #578 )
2024-03-18 20:01:55 +01:00
github-actions[bot]
661d183570
Update contributors in docs ( #565 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-27 21:30:46 +01:00
github-actions[bot]
c8507c2e3f
Update contributors in docs ( #536 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-26 20:01:19 +01:00
Erik Vroon
76adf613d3
Add support for umami analytics ( #528 )
...
We can make the loading of analytics script slightly more abstract to
support more providers.
2024-02-24 22:34:51 +01:00
Erik Vroon
14f036848c
Replace vercel analytics ( #527 )
...
Replace vercel analytics by Plausible analytics for selfhosting
purposes.
2024-02-24 19:50:31 +01:00
github-actions[bot]
31e98b3fdc
Update contributors in docs ( #505 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-21 19:07:34 +01:00
github-actions[bot]
15b63eadb4
Update contributors in docs ( #502 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-21 19:01:31 +01:00
Erik Vroon
6d6e9849ec
Disable no-inline-html lint for contributors docs
2024-02-12 20:01:31 +01:00
github-actions[bot]
a2765bcdc1
Update contributors in docs ( #463 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-10 19:42:51 +01:00
Erik Vroon
f796f95dc6
Contributors in readme ( #458 )
...
and in docs as well
also includes github action for automatic updates
2024-02-10 19:35:56 +01:00
Erik Vroon
f7d79eae70
Autorun alembics ( #455 )
...
Runs alembic migration automatically on fastapi startup.
Can be disabled using config setting.
2024-02-10 16:36:58 +01:00
Erik Vroon
6197fa9f89
Community docs ( #446 )
2024-02-06 22:59:53 +01:00
Erik Vroon
a0400849e7
Add links to README, improve frontend Dockerfile ( #443 )
2024-02-06 21:38:25 +01:00
Erik Vroon
3e26be00d6
Update readme and docs ( #442 )
2024-02-06 21:11:59 +01:00
Erik Vroon
5659cd7344
Add demo functionality ( #413 )
...
Lets users create a temporary demo account to test the tool
2024-02-03 14:18:57 +01:00
Erik Vroon
c0aea7510b
Add deploy docs ( #414 )
2024-01-19 19:06:40 +01:00
Erik Vroon
b2a2dd1ea1
Implement hcaptcha ( #410 )
2024-01-17 16:31:38 +01:00
Erik Vroon
a2cd12181d
Add checks for docs ( #362 )
2023-11-27 21:46:41 +01:00
Erik Vroon
158bae0d19
Extend introduction docs ( #361 )
2023-11-27 21:40:32 +01:00
Erik Vroon
8f8b78ad27
Add quickstart to docs ( #359 )
2023-11-27 18:36:22 +01:00
Erik Vroon
7d706ddca8
Disable user creation while in beta ( #222 )
2023-05-19 20:35:21 +02:00
Erik Vroon
6b1f2bc228
Extend config docs ( #190 )
2023-04-30 17:15:52 +02:00
Erik Vroon
39ae2470a5
Fix docs introduction ( #180 )
2023-04-18 20:58:35 +02:00
Erik Vroon
b3892b872b
Add docusaurus docs ( #177 )
2023-04-18 20:41:07 +02:00