Sign inSign up

pdbs/framadate

By pdbs

Updated about 6 years ago

Framadate appointment planning & polls (Apache based with OIDC module)

Image
0

6.1K

pdbs/framadate repository overview

Framadate

Self-hosted meeting scheduling and polls

Start Service

start swarm service coonnected to Traefik 2:

docker service create --name $serviceName \
  --label "traefik.docker.network=$networkName" \
  --label "traefik.http.services.framadate.loadbalancer.server.port=80" \
  --label "traefik.http.routers.framadate.rule=Host(\`your.fqdn\`)" \
  --label "traefik.http.routers.framadate.entrypoints=http" \
  --label "traefik.http.routers.framadate.middlewares=https_redirect" \
  --label "traefik.http.routers.framadatesecured.rule=Host(\`your.fqdn\`)" \
  --label "traefik.http.routers.framadatesecured.entrypoints=https" \
  --label "traefik.http.routers.framadatesecured.tls=true" \
  --label "traefik.http.middlewares.https_redirect.redirectscheme.scheme=https" \
  --label "traefik.http.middlewares.https_redirect.redirectscheme.permanent=true" \
  --network $networkName \
pdbs/framadate

Configuration Files

/var/www/html/php.ini: PHP configuration (e.g. timezone)
/var/www/html/app/inc/config.php: Framadate configuration (DB, SMTP settings)

Tag summary

Content type

Image

Digest

Size

91.2 MB

Last updated

about 6 years ago

docker pull pdbs/framadate