Compare commits
4 Commits
512f8eb550
...
f07ca6fc4c
| Author | SHA1 | Date | |
|---|---|---|---|
| f07ca6fc4c | |||
| 346147eae3 | |||
| fce6508c72 | |||
| ebf1f1119f |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
|
||||
TODO.md
|
||||
|
||||
9
TODO.md
9
TODO.md
@ -1,5 +1,10 @@
|
||||
# TODOs
|
||||
|
||||
- add upgrade and change_url scripts
|
||||
- find better way to acquire source files
|
||||
- add documentation
|
||||
- test app: https://yunohost.org/en/packaging_testing
|
||||
- add scripts:
|
||||
- upgrade
|
||||
- change_url
|
||||
- find better way to acquire source files
|
||||
- integration with Jenkins? (gibt ein gitea-Plugin dafür)
|
||||
- wie mache ich das mit dem Usernamen für meine gitea repositories? da hätte ich gern eclipse statt tobias stehen
|
||||
|
||||
12
doc/DESCRIPTION.md
Normal file
12
doc/DESCRIPTION.md
Normal file
@ -0,0 +1,12 @@
|
||||
# sr2ini for YunoHost
|
||||
|
||||
## Overview
|
||||
|
||||
sr2ini is a lightweight, single-page initiative tracker for the TTRPG Shadowrun in its 2nd edition. The app helps DMs and players to manage fights by tracking each combatant's initiative, order of action, damage (stun and physical), and wound modifiers. It was written specifically for mobile use and can be installed as a web app.
|
||||
|
||||
This package allows you to install sr2ini quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
* supports multi-install
|
||||
* defaut visibility is public
|
||||
BIN
doc/screenshots/sr2ini-screenshot.jpg
Normal file
BIN
doc/screenshots/sr2ini-screenshot.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 270 KiB |
@ -41,7 +41,7 @@ ram.runtime = "1M"
|
||||
url = "https://git.unterdemradar.de/tobias/sr2ini_ynh/raw/branch/main/dist/sr2ini_ynh-0.1~ynh1.tar.gz"
|
||||
sha256 = "abfb79af75dbf3ff5dc9373f112df1767056f4bdb0b06ccdd885823a13e70df9"
|
||||
format = "tar.gz"
|
||||
in_subdir = "false"
|
||||
in_subdir = false
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user