dearlordylord / shades-of-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL (infected by slint)

supplementary for monadical.com/posts/shades-of-rust-gui-library-list.html

dokku deploy

cd shades-perseus
touch .static
git add .static
git commit -m "Add .static"
cd ..
git remote add dokku-perseus dokku@apps.loskutoff.com:shades-perseus
git subtree push --prefix shades-perseus dokku-perseus master
ssh root@apps.loskutoff.com
dokku config:set shades-perseus NGINX_ROOT=dist NGINX_DEFAULT_REQUEST=index.html
dokku letsencrypt:set shades-perseus email igor.loskutoff@gmail.com
dokku letsencrypt:enable shades-perseus

deploy specifics:

  • perseus - only root path is served; it's hardcoded in their router code
  • makepad - requires special headers to be set for sound to work; some statics are hardcoded into build; more importantly, the whole player crashes if it can't load a .ttf

About


Languages

Language:Rust 98.8%Language:JavaScript 0.4%Language:Dart 0.3%Language:Python 0.1%Language:C++ 0.1%Language:HTML 0.1%Language:CMake 0.1%Language:C 0.1%Language:CSS 0.0%Language:Shell 0.0%Language:Ruby 0.0%Language:GLSL 0.0%Language:Swift 0.0%Language:Objective-C 0.0%Language:TypeScript 0.0%Language:Kotlin 0.0%