Commit Graph

10 Commits

Author SHA1 Message Date
Piplup cee8bd580f cleared up some confusion 2022-08-10 15:04:00 -06:00
Piplup fa1db28037 added PersistShines 2022-08-10 15:04:00 -06:00
Piplup 31361d54ca a little change to the readme 2022-08-02 18:01:59 -06:00
Piplup 427acbcf88 updated readme with tty inputs 2022-08-02 18:01:59 -06:00
Robin C. Ladiges ccccdecb6a
Provide docker image (#6)
* add Dockerfile

* add docker-compose.yml

* Github workflow to build and deploy docker image

* workdir /data/ instead of /app/

* use a local directory instead of a named volume

This makes the settings.json more accessible from the outside by
default, but is less portable.

The -v command with $PWD might not work on native Windows shells, but
rather wants an absolute Windows path like C:\User\... or /c/User/...

And on Linux, because the /data/ directory and the settings.json will be
owned by root. Though that can be changed.

* more docker-compose command examples

* add linux/arm/v7 ; improve build & runtime

* fix: just arm not arm32

* test docker build for PRs

* back to the microsoft runtime
2022-07-17 13:00:31 -06:00
Piplup b5a6a87649
Add blurbs about settings to readme (#11)
Co-authored-by: Sanae <32604996+Sanae6@users.noreply.github.com>
2022-07-12 20:46:27 -06:00
Piplup aec13bb4a6
Added a simple systemd service (#5)
Co-authored-by: Sanae <32604996+Sanae6@users.noreply.github.com>
2022-07-01 12:10:15 -06:00
Sanae c4c0616fb7 Make some commands accept ids and partial names 2022-06-18 02:09:40 -06:00
Sanae b0b7bbf384 Fix minor readme mistake 2022-06-17 21:21:01 -06:00
Sanae dd3f65f5e8 Add README.md 2022-06-17 21:18:57 -06:00