adding caddy without docker
This commit is contained in:
parent
1875f11ac1
commit
4084c32499
6 changed files with 13 additions and 0 deletions
|
|
@ -1,20 +0,0 @@
|
|||
# If your main domain is mydomain.com, the following settings will
|
||||
# setup a wildcard setting so you can use *.home.mydomain.com for all your services.
|
||||
# For example: jellyfin.home.mydomain.com / books.home.mydomain.com etc.
|
||||
|
||||
```
|
||||
DNS SETTINGS
|
||||
--------------------
|
||||
NAME TYPE TTL VALUE
|
||||
--------------------
|
||||
* A 3600 183.11.113.0
|
||||
|
||||
# A record that makes all requests go to mydomain.com
|
||||
|
||||
*.home A 183.11.113.0
|
||||
|
||||
# A record that setups a subdomain so immich.home.mydomain.com or jellyfin.home.mydomain.com can be used.
|
||||
```
|
||||
|
||||
# I set this up on a subdomain so I can use the main domain for other servers.
|
||||
# Maybe I have a server called ninja, I could setup another A record for *.ninja and have jellyfin.ninja.mydomain.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue