Skip to content

lpil/example-gleam-linux-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conan

  1. Create Wisp web app
  2. Push to GitHub
  3. Add container building workflow
  4. Get server ubuntu LTS
  5. Configure DNS to point some domain at your server IP.
  6. On server:
  7. apt install podman caddy
  8.  # in /etc/containers/systemd/webapp.container
     [Container]
     Image=ghcr.io/lpil/example-gleam-linux-deployment:1.0.0-blue
     PublishPort=8000:8000
  9. systemctl reload-daemon
  10. systemctl status webapp
  11. systemctl start webapp
  12. systemctl status webapp
YOUR_DOMAIN_NAME_HERE {
        reverse_proxy localhost:8000
}
 ```
  1. systemctl restart caddy

Tips & tricks

If you want to run podman containers without a reverse proxy on the host then you need to ufw default allow FORWARD.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages