You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server will be accessible from `http://localhost:8080`, but episode links will point to `https://my.test.host:4443/ID1/...`
106
106
107
-
## One click deployment
108
-
109
-
[](https://console.aws.amazon.com/cloudformation/home?region=us-west-1#/stacks/new?stackName=Podsync&templateURL=https://podsync-cf.s3.amazonaws.com/cloud_formation.yml)
110
-
111
107
## How to run
112
108
113
109
114
110
### Build and run as binary:
115
111
116
-
Make sure you have created the file `config.toml`. Also note the location of the `data_dir`. Depending on the operating system, you may have to choose a different location since `/app/data` might be not writable.
112
+
Make sure you have created the file `config.toml`. Also note the location of the `data_dir`. Depending on the operating system, you may have to choose a different location since `/app/data` might be not writable.
117
113
118
114
```
119
115
$ git clone https://github.com/mxpv/podsync
@@ -128,6 +124,7 @@ Use the editor [Visual Studio Code](https://code.visualstudio.com/) and install
0 commit comments