Commit Graph

16 Commits

Author SHA1 Message Date
efim 872740f25f feat(11): adding reverse proxy to module 2023-06-27 15:35:58 +00:00
efim e618397eb8 fix(11): relative paths to resources 2023-06-27 14:37:43 +00:00
efim f37fc0da11 fix(11): adding missing systemd options
Configure unit start rate limiting. Units which are started more than startLimitBurst times within an interval time interval are not permitted to start any more.
https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=startLimit
2023-06-27 13:49:20 +00:00
efim 73bd2eba84 feat(11): initial module with a service 2023-06-27 13:19:23 +00:00
efim e7594ef2eb feat: nix build enabled 2023-06-26 20:52:44 +00:00
efim ef63cd474f feat: adding assebly
run with
 java -jar ./target/scala-3.3.0/priceGrid-assembly-0.0.1.jar
build with
assebly command in sbt
2023-06-26 18:50:36 +00:00
efim 44340882ab feat: moving to sbt for building
it will be able to build into nix with sbt-derivation
oh well
2023-06-26 18:42:42 +00:00
efim dbe2cd47da feat: accepting port and host
using lihaoyi mainargs, yay
and running .main on custom cask.Main

had a problem with run arguments "port" and "host" having same name as
inner attributes of cask.Main and i guess infinite recursion when i
tried to reference outer args, the more you know
2023-06-26 16:43:05 +00:00
efim a5402c1fe2 refactor(11): allow passing routes configuration 2023-06-26 15:37:30 +00:00
efim e5210fb26f fix(11): style & sizes 2023-06-26 14:14:48 +00:00
efim 57e0347c53 feat(11): adding font from google fonts 2023-06-26 14:03:42 +00:00
efim 88fe55bf45 feat(11): styling for mobile and desktop 2023-06-26 13:58:59 +00:00
efim 5294516707 refactor(11): putting index.html into scalatags 2023-06-26 10:35:08 +00:00
efim 05cdea56de feat(11): adding static files and task style guide 2023-06-26 08:02:26 +00:00
efim 6fec3d54ee init(11): setting up tailwindcss 2023-06-26 06:55:28 +00:00
efim 4475943a98 init(11): simplest scala scaffolding 2023-06-26 06:55:23 +00:00