| Commit message (Collapse) | Author |
|
It does not make sense to have two copies of it to keep in sync
The user needs to read and edit this file anyway, so prefer keeping the
docs copy
resolves #3371
## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing
|
|
With the new atuin-server binary the startup command for the server is
now just start rather than server start. This needs reflected in the
docker compose and k8s configs.
Closes #3159
## Checks
- [x] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [x] I have checked that there are no existing pull requests for the
same thing
|
|
The current docker-compose.yml fails to start today with an error:
service "atuin" depends on undefined service "postgresql": invalid
compose project
This patch modernizes the yml and fixes the link. Tested on docker
compose v2.39.4.
Docs patch is https://github.com/atuinsh/docs/pull/104 . /cc @ellie
## Checks
- [x] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [x] I have checked that there are no existing pull requests for the
same thing
|
|
|
|
|
|
|
|
The repo now lives on an org! Move all references to the old path.
|
|
Also added section to how to run your own server.
Co-authored-by: Lars Chr. Duus Hausmann <lars.chr@duus-hausmann.dk>
|