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
efim
fd75be6abe
feat: enabling TailwindCSS styling
...
with manual running of cli:
tailwindcss -i ./src/input.css -o ./dist/output.css --watch
2023-06-26 06:01:03 +00:00
efim
98d6f77014
feat: returning some basic pages
2023-06-25 19:47:09 +00:00
efim
d44a6a545d
feat: adding simplest cask routes
2023-06-25 14:49:55 +00:00
efim
44cc9209b4
init: scala-cli project with some dependencies
2023-06-25 13:59:51 +00:00
efim
8164f46045
docs: readme for metals setup
2023-06-25 13:20:10 +00:00
efim
64b2f06aca
docs: readme with things that work and links
2023-06-25 13:19:48 +00:00
efim
1bfd0b1097
init: attempting to joing metals and scala-cli
2023-06-25 13:02:59 +00:00
efim
43ed6c456d
init: project attempting to use scala-cli
2023-06-25 13:02:47 +00:00
efim
2727bbc4e6
init: repo with steps of learning htmx
2023-06-25 12:18:37 +00:00