Compare commits
2 Commits
f1a2c5ae8e
...
0bac9d8d5a
Author | SHA1 | Date | |
---|---|---|---|
0bac9d8d5a | |||
a9608363c5 |
@ -6,6 +6,7 @@ jobs:
|
||||
Build-All:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: debian:bookworm
|
||||
valid_volumes: ['/opt/keys']
|
||||
volumes:
|
||||
- /opt/keys:/opt/keys
|
||||
|
@ -844,6 +844,7 @@ loadSettings()
|
||||
httpd.set_http_redirect(settings.http_redirect);
|
||||
}
|
||||
httpd.all('/app/socket', app.socket);
|
||||
if (tildefriends.http_port > 0 || tildefriends.args.out_http_port_file) {
|
||||
let port = httpd.start(tildefriends.http_port);
|
||||
if (tildefriends.args.out_http_port_file) {
|
||||
print('Writing the port file.');
|
||||
@ -862,6 +863,7 @@ loadSettings()
|
||||
print('Failed to write the port file.');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if (tildefriends.https_port) {
|
||||
async function start_tls() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user