Compare commits

..

8 Commits

Author SHA1 Message Date
38f6ecc089 bump bardak 2025-08-14 20:52:53 +02:00
085c569251 wtf 2025-08-07 19:32:52 +02:00
a21f006a0e bump barda 2025-08-07 19:24:41 +02:00
1d609323b7 bump bardak 2025-08-07 19:20:37 +02:00
714253031b fix run.sh 2025-08-07 19:19:55 +02:00
b4356b1039 bump bardak part 2 2025-08-07 19:15:01 +02:00
59441ea8b3 bump bardak 2025-08-07 18:55:53 +02:00
876e7d489e add readme 2025-08-07 11:23:09 +02:00
3 changed files with 16 additions and 2 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# klankschool's bardak configuration
This repo encapsulated bardak as a submodule and contains
extra configuration on how we run bardak.
Namely, we run it in an rootless podman container
managed by a systemd user service.
To install and run:
- clone this repo
- `./build.sh`
- `./enable-user-service.sh`
- `systemctl --user start bardak`

2
bardak

Submodule bardak updated: 23fb53e85b...c53a2256e7

2
run.sh
View File

@ -5,7 +5,7 @@ set -e
mkdir -p ./data/things
mkdir -p ./data/trash
if [ -z "$(podman images -q gateau-cuda11)" ]
if [ -z "$(podman images -q bardak)" ]
then
echo "Container missing, building..."
./build.sh