Skip to content

Deploying UptimeKuma on Fly.io with sqlite hourly backup support

Notifications You must be signed in to change notification settings

webees/uptime-kuma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fly auth login
fly apps create uptime-kuma
cat .env | fly secrets import
fly volumes create app_data --size 1
fly deploy
fly ssh console