Commit graph

33 commits

Author SHA1 Message Date
ec4de81144
Set language for html
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-22 18:55:18 +05:30
cbb1198bce
Remove tailwind cdn, use proper method to handle the css
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-21 23:42:45 +05:30
64e35b1533
Add proper padding for paste content
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-21 23:36:55 +05:30
e1340b68b8
Add static files to docker container
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-21 23:30:24 +05:30
cbacbe5e7c
Reformat the paste template
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-21 23:25:55 +05:30
a85315dfe6
Move out scripts and styles
Also switch to IBM Plex font

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-21 21:24:25 +05:30
4aa9bf2810
Move out scripts and styles
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-21 21:19:41 +05:30
e18235873e
Use hack font
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-21 21:07:33 +05:30
3a9e8390fe
Use pre tag for the paste content and wrap appropriately
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-21 21:00:42 +05:30
b5efd31fdd
Set appropriate contenttype
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-12 00:01:48 +05:30
b98bcf09f2
Avoid soft-lock bug
Rust binaries are soft-locking when workdir is set to /

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 23:25:28 +05:30
0c0b95f031
Add templates into the binary container
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 23:05:22 +05:30
750ede9f21
Make bind address configurable
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 22:44:39 +05:30
48c5b5b7d5
Expose port for service discovery
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 22:31:05 +05:30
437291f362
Mild design improvements
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 22:20:09 +05:30
bcf7ef44c5
Add a gitlab-ci.yml to build and push
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 22:12:53 +05:30
5a0f3c5dda
Fix footer url
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 22:12:29 +05:30
ec38c59631
Improve dockerfile
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 22:05:50 +05:30
99cd30aa7e
Add dockerfile
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 21:03:16 +05:30
4fbee48847
License under AGPL
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 19:53:13 +05:30
3d3e3512db
Fetch gitlab token from env vars
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 19:52:20 +05:30
b7ee0a0c7c
Name the project appropriately
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 19:47:20 +05:30
01d902d311
Deserialize paste json properly
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 19:45:48 +05:30
e7a18f4b03
Handle paste dynamic fetch
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 19:16:24 +05:30
8d755c01f7
Use rustls
Can statically link the binary if i have this in place

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-20 19:22:27 +05:30
ebf8733048
Use reqwest to fetch the file necessary
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-20 19:16:42 +05:30
215753bb59
Use get request parameters instead of routes
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-20 09:09:56 +05:30
028ca37763
Proper coloring
Dark theme

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-20 08:41:42 +05:30
527e5a5fe1
Improve the template
Add syntax highlighting, add a proper footer

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-19 22:56:05 +05:30
bf76580950
Make the template a bit more proper
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-19 18:17:38 +05:30
db32d8b07e
Basic run with tera templating
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-11 20:02:22 +05:30
0bdf93d737
Add tera for templating
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-11 19:38:30 +05:30
fa3b2204d3
Root Commit
Basically a hello world

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-11 19:11:33 +05:30