mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
520352df7a3e24194720abcde445e0fb550c3f0d
Handling static files
ASSETS_PATH should point to a directory with static files.
For debugging just 'Copy Path' to assets directory.
For production run gulp patch.
Gulp will generate dist directory with minified files and update templates to include these files.
TEMPLATES_PATH should just point to templates directory.
Docker will run gulp and include dist and templates directories during build as well as specify ASSETS_PATH and TEMPLATES_PATH environment variables.
Patreon
In order to login via Patreon the following variables should be configured:
PATREON_REDIRECT_URLshould point tohttp://yout_host_here/patreonPATREON_CLIENT_IDandPATREON_SECRETshould be copied from https://www.patreon.com/platform/documentation/clients
Description
Languages
Go
99%
Makefile
0.6%
Dockerfile
0.4%