Commit graph

10 commits

Author SHA1 Message Date
Aine
50a844bb8a
add OPML generator script 2023-07-22 11:27:49 +03:00
Slavi Pantaleev
27892369e1 Remove time from "just run" command
People who need to time things should do it themselves, explicitly.
Forcing `time` on people is a little rude.
2023-04-01 06:33:54 +03:00
Slavi Pantaleev
dbf84d1249 Always restart services one by one when doing install-service
This way, something like `just install-service postgres` will
definitely do a `restart` and not a `stop` + `start` (which may leave
dependant services stopped).

This has potentially been addressed by
7acb5f4b85
as well.
2023-03-28 10:52:48 +03:00
Slavi Pantaleev
798b37d2fe Remove shell configuration for better compatibility 2023-03-26 14:13:14 +03:00
Aine
0a27d99b1a
justfile - fix formatting 2023-03-25 16:50:46 +02:00
Aine
b7d2bebd13
just roles - replace bash with sh 2023-03-25 16:15:08 +02:00
Aine
f8202aeb05
add just update 2023-03-25 15:41:54 +02:00
Aine
9e3069277d
format justfile, safely integrate agru 2023-03-25 15:40:07 +02:00
Slavi Pantaleev
11cafe8f26 Add extra_args support to install-service justfile command
It's now possible to do: `just install-service gitea -l host.example.com`
2023-03-20 14:46:35 +02:00
Slavi Pantaleev
488864d29e Initial commit 2023-03-15 10:58:12 +02:00