Add .editorconfig
This commit is contained in:
parent
b38a17e8f2
commit
2e63da4741
5 changed files with 17 additions and 5 deletions
12
.editorconfig
Normal file
12
.editorconfig
Normal file
|
@ -0,0 +1,12 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
|
@ -10,7 +10,7 @@ argument_specs:
|
|||
type: int
|
||||
archive_dir:
|
||||
type: str
|
||||
description: "Path to the archive directory"
|
||||
description: "Path to the archive directory"
|
||||
csrf_trusted_origins:
|
||||
type: str
|
||||
required: true
|
||||
|
|
|
@ -38,10 +38,10 @@ frontend http
|
|||
acl path_streaming_api path_beg /api/v1/streaming
|
||||
use_backend mastodon_streaming if host_mastodon_tor path_streaming_api
|
||||
use_backend mastodon if host_mastodon_tor
|
||||
|
||||
|
||||
acl host_peertube_tor hdr(host) -i vcomfyooxdbibyusen75qbzaunrjykw2cxkc6txm6qykkdv4z2danpid.onion
|
||||
use_backend peertube if host_peertube_tor
|
||||
|
||||
|
||||
acl host_comfycamp_tor hdr(host) -i comfycgmgfvowbbw2ckkobuvk4cejo2e56uxrhznravxnrl7itftpkad.onion
|
||||
use_backend comfycamp if host_comfycamp_tor
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
community.docker.docker_container_exec:
|
||||
container: postgresql
|
||||
argv:
|
||||
- /bin/bash
|
||||
- /bin/bash
|
||||
- "-c"
|
||||
- echo "{{ lookup('file', 'create-user.sql') }}" | psql -U postgres
|
||||
- name: Create roles
|
||||
|
|
|
@ -85,7 +85,7 @@ http_external_url = "https://xmpp.comfycamp.space/"
|
|||
|
||||
http_ports = { 5280 }
|
||||
http_interfaces = { "*" }
|
||||
|
||||
|
||||
https_ports = { 5281 }
|
||||
https_interfaces = { "*" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue