Skip to content

Commit d98d284

Browse files
committed
README upd
1 parent 2a84bbe commit d98d284

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Main-Docker](https://github.com/aceberg/AnyAppStart/actions/workflows/main-docker.yml/badge.svg)](https://github.com/aceberg/AnyAppStart/actions/workflows/main-docker.yml)
66
![GitHub License](https://img.shields.io/github/license/aceberg/AnyAppStart)
77

8-
Universal app to `Start`/`Stop`/`Restart`/`View Logs` for any Type of service (Docker, Systemd, VMs, LXC, remote, user scripts)
8+
Control panel to `Start`/`Stop`/`Restart`/`View Logs` for Docker, Systemd, VMs or anything else (with user scripts)
99

1010
- Backend: `Go`, Frontend: `React`, `TypeScript`, `MobX`
1111
- Small lightweight app, easy to set up and configure
@@ -61,6 +61,7 @@ sudo systemctl enable --now AnyAppStart@$USER.service
6161
```
6262
After, you need to fill `types.yaml` file, either manually by clicking `Add Type` in GUI Types menu, or by copying this [types.yaml](https://github.com/aceberg/AnyAppStart/blob/main/example/types.yaml) example to `~/.config/AnyAppStart/` (or `/etc/AnyAppStart/` for root)
6363
```yaml
64+
# $ITEMNAME is a variable that will be parsed into actual Items names
6465
Docker:
6566
Logs: docker logs $ITEMNAME
6667
Restart: docker restart $ITEMNAME

example/types.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# $ITEMNAME is a variable that will be parsed into actual Items names
12
Docker:
23
Logs: docker logs $ITEMNAME
34
Restart: docker restart $ITEMNAME

0 commit comments

Comments
 (0)