Skip to content

idkncc/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

my website. serverside rendered. no sloppy frameworks. html templates 4ever.

running

(why do you even need to run MY website???)

just run

# or

just build
./target/release/idkncc-web &

# and finally

curl http://127.0.0.1:8080

deployment

(this is guide for me personally, dont look at it)

create systemd service

[Unit]
Description=Website
Before=network.target

[Service]
User=deployment
Type=simple
WorkingDirectory=/path/to/website
ExecStart=/path/to/website/target/release/idkncc-web

[Install]
WantedBy=multi-user.target

and

just deploy

About

THIS IS MIRROR! https://gitlab.com/idkncc/website - website without sloppy frameworks

Resources

Stars

Watchers

Forks

Packages

No packages published