1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
fxequals
f8c862cb7f Added notes for API key 2025-07-14 21:13:29 -04:00
fxequals
7f29ec6104 minor update 2025-07-14 20:21:25 -04:00
2 changed files with 13 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ services:
ASPNETCORE_ENVIRONMENT: 'Production'
ASPNETCORE_HTTP_PORTS: 5000
Remotely_ApplicationOptions__DbProvider: 'SQLite'
Remotely_ApplicationOptions__DockerGateway: '172.18.0.1'
Remotely_ApplicationOptions__DockerGateway: ${DOCKER_GW}
Remotely_ConnectionStrings__SQLite=Data Source: /app/AppData/Remotely.db
volumes:

View File

@@ -7,7 +7,7 @@
services:
shlink-server:
image: shlinkio/shlink:latest
image: ghcr.io/shlinkio/shlink:latest
container_name: shlink
restart: unless-stopped
@@ -29,7 +29,7 @@ services:
- /home/fxequals/docker/shlink/data:/data
shlink-web-client:
image: shlinkio/shlink-web-client
image: ghcr.io/shlinkio/shlink-web-client:latest
container_name: shlink-web-client
restart: unless-stopped
@@ -40,10 +40,18 @@ services:
PUID: 1000
PGID: 1000
SHLINK_SERVER_URL: 'https://shlinks.mydomain.net'
SHLINK_SERVER_API_KEY: ${API_KEY} # <-- See Documentation
# SHLINK_SERVER_API_KEY: <--- See Notes
networks:
proxy:
external: true
# Documentation available at https://shlink.io/documentation/install-docker-image/
# Documentation available at https://shlink.io/documentation/install-docker-image/
# Notes
#
# Create and start container
# Run docker exec -it <SHLINK_CONTAINER_ID> shlink api-key:generate
# Copy key and go to Servers - Manage Servers - Click 3 dot menu - Edit
# Paste API key
#