mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-22 21:45:09 +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" {
|
variable "host-rproxy" {
|
||||||
type = string
|
type = string
|
||||||
default = "rprxy.saline.o4data.net."
|
default = "rprxy-0.saline.o4data.net."
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "namecheap_domain_records" "othonotes" {
|
resource "namecheap_domain_records" "othonotes" {
|
||||||
@ -46,7 +46,7 @@ resource "namecheap_domain_records" "othostash" {
|
|||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "browse"
|
hostname = "filemanager"
|
||||||
address = var.host-rproxy
|
address = var.host-rproxy
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
}
|
}
|
||||||
|
@ -38,8 +38,6 @@ services:
|
|||||||
- LETSENCRYPT_HOST=${filemanager_domain}
|
- LETSENCRYPT_HOST=${filemanager_domain}
|
||||||
- APPLICATION_URL=${filemanager_domain}
|
- APPLICATION_URL=${filemanager_domain}
|
||||||
- ONLYOFFICE_URL=http://onlyoffice
|
- ONLYOFFICE_URL=http://onlyoffice
|
||||||
volumes:
|
|
||||||
- ./data/filestash:/app/data
|
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
- onlyoffice
|
- onlyoffice
|
||||||
|
Loading…
Reference in New Issue
Block a user