mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-31 23:19:32 +00:00
Add butterfly web terminal
This commit is contained in:
6
deploy/butterfly.service
Normal file
6
deploy/butterfly.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Butterfly Terminal Server
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/butterfly.server.py --host="0.0.0.0" --unsecure
|
||||
User=pi
|
||||
5
deploy/butterfly.socket
Normal file
5
deploy/butterfly.socket
Normal file
@@ -0,0 +1,5 @@
|
||||
[Socket]
|
||||
ListenStream=57575
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
Reference in New Issue
Block a user