Skip to content

Latest commit

 

History

History
247 lines (178 loc) · 9.18 KB

File metadata and controls

247 lines (178 loc) · 9.18 KB

Follow the upstream

1. Create project

  • click Create Project, input Name: (any), click Create

2. Deploy Docker image

  • click Deploy Image, choose Image Name, input 0polar/zeroshift, click 🔍(search), click Deploy

3. Use persistent storage

This is optional. But if not, when pod restart, all data will lost and sites are need re-download.

  • go to YOUR_PROJECT_NAME - Applications - Deployments - zeroshift - Configuration
  • remove "Volumes - zeroshift-1"
  • click Add Storage, click Create Storage, input Name: (any), click Create
  • input Mount Path: /root/data, click Add

4. Expose to clearnet

  • go to YOUR_PROJECT_NAME - Applications - Routes
  • click Create Route, input Name: (any), choose Target Port: 43110 → 43110 (TCP), check Secure route, click Create
  • visit URL (if "Application is not available", wait some time and refresh page)

Or you can try ZeroNet on Heroku