Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Updates the official Immich Docker compose file by adding a Tailscale side car so that the Immich server can be shared over the Inernet

License

Notifications You must be signed in to change notification settings

felix19350/tailscale-immich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailscale-immich

Updates the official Immich Docker compose file by adding a Tailscale side car so that the Immich server can be shared over the Internet

Pre-requisites:

  • Tailscale account with HTTPS Certificates and Funnel enabled
  • Tailscale Funnel security policy that allows for resources with tag:container

Example:

"nodeAttrs": [
    {
        "target": ["autogroup:member", "tag:container"],
        "attr":   ["funnel"],
    },
],

Getting started

  • Replace the TS_AUTHKEY with your Tailscale auth key in docker-compose.yml
  • Create a .env file based on the example.env configuring the Immich database credentials and upload location
  • Run docker compose up

About

Updates the official Immich Docker compose file by adding a Tailscale side car so that the Immich server can be shared over the Inernet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published