mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-22 16:15:08 +00:00
Compare commits
No commits in common. "a65b369ae9172465ca7b22d4070c3b825fb90e30" and "352e25b71903b976bfb1b6370d50f8f5c9e61e85" have entirely different histories.
a65b369ae9
...
352e25b719
4
dns.tf
4
dns.tf
@ -20,7 +20,7 @@ provider "namecheap" {}
|
||||
|
||||
variable "host-rproxy" {
|
||||
type = string
|
||||
default = "rprxy.saline.o4data.net."
|
||||
default = "rprxy-0.saline.o4data.net."
|
||||
}
|
||||
|
||||
resource "namecheap_domain_records" "othonotes" {
|
||||
@ -46,7 +46,7 @@ resource "namecheap_domain_records" "othostash" {
|
||||
type = "CNAME"
|
||||
}
|
||||
record {
|
||||
hostname = "browse"
|
||||
hostname = "filemanager"
|
||||
address = var.host-rproxy
|
||||
type = "CNAME"
|
||||
}
|
||||
|
@ -38,8 +38,6 @@ services:
|
||||
- LETSENCRYPT_HOST=${filemanager_domain}
|
||||
- APPLICATION_URL=${filemanager_domain}
|
||||
- ONLYOFFICE_URL=http://onlyoffice
|
||||
volumes:
|
||||
- ./data/filestash:/app/data
|
||||
networks:
|
||||
- proxy
|
||||
- onlyoffice
|
||||
|
Loading…
Reference in New Issue
Block a user