Skip to content

emonrol/community

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

community

This app was mainly generated by using claude.ai

I ran 'docker compose up -d'

and also added this config to traefik for it to work:

http:
 routers:
   stayinginbern:
       entryPoints: web-secure
       rule: Host(`stayinginbern.ch`)
       service: stayinginbern-service
       tls:
           certResolver: default

 services:
   stayinginbern-service:
     loadBalancer:
       servers:
         - url: "http://172.17.0.1:8888"  # Docker host IP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 98.9%
  • Other 1.1%