Vytenis
Vytenis
@yamalight here is a pull request :arrow_forward: https://github.com/exoframejs/exoframe-website/pull/1
I suppose this can be closed by adding an example
Add labels to docker command: ``` --label traefik.http.routers.api.rule=Host(\`traefik.exoframe.your-host.com\`) \ --label traefik.http.routers.api.service=api@internal \ ``` Add setting to **exoframe/server.config.yml** ``` traefikArgs: ['--api', '--api.dashboard', '--api.insecure'] ``` This also probably be under passwrord -...
Could be solution just enable traefy dashboard #147
The plugins feature could solve this also https://github.com/containous/traefik/issues/1336 Also it could be as alternative? https://caddyserver.com/features
Add also https://github.com/yigithanyucedag/react-native-feather
:guitar: Actually HTTP 2 is coming. My hosting provider is supporting this already. So minifying or concatenating makes no sense anymore.
I'm using this with [rollup](https://github.com/rollup/plugins/tree/master/packages/sucrase) especially for compiling typescript files. TypeDefinition generation should be available or respectable in `tsconfig.json` setting `declaration: true`
I would suggest https://github.com/motdotla/dotenv it is way more popular and extendable. create react app and other are using it
Http 2 - would be better for development. I know that ssl is a requirement for http2 and probably it is not easy to implement for localhost. Can you imagine...