This commit is contained in:
Mike Schwörer 2024-07-10 12:57:11 +02:00
parent 8eed2ca69f
commit ec22bb7f31
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 38 additions and 0 deletions

38
README.md Normal file
View File

@ -0,0 +1,38 @@
LocalHostBunny
=================
Shows all locally running webserver for quick access
![](README_files/screenshot.png)
# Systemd Unit
```
#> vim /etc/systemd/system/localhostbunny.service
```
```
[Unit]
Description=LocalhostBunny
After=network.target
Wants=network-online.target
[Service]
Restart=always
Type=simple
User=root
Group=root
WorkingDirectory=/home/{{USER}}
ExecStart=/home/{{USER}}/bunny
Environment=
[Install]
WantedBy=multi-user.target
```
```
#> systemctl daemon-reload
#> systemctl enable --now "localhostbunny"
```

BIN
README_files/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB