mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-08-06 09:50:01 +00:00
make tor only
This commit is contained in:
@ -87,10 +87,6 @@ interfaces:
|
|||||||
port-mapping:
|
port-mapping:
|
||||||
80: "12596"
|
80: "12596"
|
||||||
# Port mappings are from the external port to the internal container port
|
# Port mappings are from the external port to the internal container port
|
||||||
lan-config:
|
|
||||||
443:
|
|
||||||
ssl: true
|
|
||||||
internal: 12596
|
|
||||||
# Denotes if the service has a user interface to display
|
# Denotes if the service has a user interface to display
|
||||||
ui: true
|
ui: true
|
||||||
# Denotes the protocol specifications used by this interface
|
# Denotes the protocol specifications used by this interface
|
||||||
@ -98,6 +94,9 @@ interfaces:
|
|||||||
- tcp
|
- tcp
|
||||||
- http
|
- http
|
||||||
dependencies: {}
|
dependencies: {}
|
||||||
|
alerts:
|
||||||
|
start: |
|
||||||
|
ATTENTION: You must have a Tor supported browser to use this service.
|
||||||
# Specifies how backups should be run for this service. The default EmbassyOS provided option is to use the duplicity backup library on a system image (compat)
|
# Specifies how backups should be run for this service. The default EmbassyOS provided option is to use the duplicity backup library on a system image (compat)
|
||||||
backup:
|
backup:
|
||||||
create:
|
create:
|
||||||
|
Reference in New Issue
Block a user