https://github.com/jsnjack/go-cycle-app
Strava application
https://github.com/jsnjack/go-cycle-app
Last synced: 4 months ago
JSON representation
Strava application
- Host: GitHub
- URL: https://github.com/jsnjack/go-cycle-app
- Owner: jsnjack
- License: other
- Created: 2023-08-05T14:18:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T19:23:45.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T16:57:39.330Z (over 1 year ago)
- Language: HTML
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-cycle-app
go-cycle-app lets you set an yearly cycling distance goal and helps you to track your progress towards the goal by adding useful information to the activity description.
The application is deployed to [https://go-cycle.yauhen.cc](https://go-cycle.yauhen.cc)
## Deploy to fly.io
1. Install flyctl
```sh
grm install superfly/flyctl -n fly
```
2. Log in to flyctl
```sh
fly auth login
```
3. Deploy
```sh
fly deploy
```
## Useful commands
- `fly ssh console` - SSH into the server
- `fly ssh sftp shell; get /data/` - will copy /data folder to host