• Joined on 2023-07-13
djmil opened issue djmil/gitea-pages#4 2024-08-20 22:04:26 +02:00
Project repo path in Dockerfile
djmil pushed to master at djmil/gitea-pages 2024-08-18 16:37:16 +02:00
a33e3e1fb9 Update README.md
djmil pushed to master at djmil/gitea-pages 2024-08-18 16:35:19 +02:00
ab64efe5dd Update README.md
djmil commented on issue djmil/gitea-pages#3 2024-08-18 15:37:44 +02:00
incorrect MIME type for Javacript files

Caddy 2 does not sniff MIME by default, either, for security reasons; if a Content-Type is missing you may need to set the header yourself using the header directive. [(c)](https://caddyserver.co

djmil commented on issue djmil/gitea-pages#3 2024-08-10 09:31:49 +02:00
incorrect MIME type for Javacript files

Updating Alpine's MIME type internals seems to be hard and not easily automated (for the docker images). Thus it looks that i have to focus on editing Caddyfile to enable remapping of Content…

djmil commented on issue djmil/gitea-pages#3 2024-08-08 22:18:25 +02:00
incorrect MIME type for Javacript files

Caddyserver github issue: Go pulls mime type mappings from the operating system, so if it's not correctly set on your system, then it won't…

djmil opened issue djmil/gitea-pages#3 2024-08-08 22:11:40 +02:00
incorrect MIME type for Javacript files
djmil deleted branch gitea-pages from djmil/egui-circles 2024-08-04 17:48:53 +02:00
djmil pushed to demo at djmil/egui-circles 2024-08-04 17:43:35 +02:00
6392c70990 use relative path v3
djmil pushed to demo at djmil/egui-circles 2024-08-04 17:31:58 +02:00
c32989b666 use relative path v2
djmil pushed to demo at djmil/egui-circles 2024-08-04 17:26:27 +02:00
caeadb7660 use relative path
djmil created branch demo in djmil/egui-circles 2024-08-04 17:05:31 +02:00
djmil pushed to demo at djmil/egui-circles 2024-08-04 17:05:31 +02:00
49c060011a v0.1.0
djmil created branch gitea-pages in djmil/egui-circles 2024-08-04 17:01:32 +02:00
djmil pushed to gitea-pages at djmil/egui-circles 2024-08-04 17:01:32 +02:00
da7ba736ee allowed branches for gitea-pages
djmil commented on issue djmil/egui-circles#5 2024-07-26 23:29:22 +02:00
rust dev container

Since i have ARM and AMD64 -based laptops, it make sense to explore Docker images with multi-arch support.

djmil commented on issue djmil/egui-circles#5 2024-07-26 23:06:14 +02:00
rust dev container

Due to:

  1. Known Gitea issues with hosting docker registry aka images
  2. Big size (2.5 Gig) of a final builder container

it was decided…

djmil created branch dev-container in djmil/egui-circles 2024-07-18 22:27:33 +02:00
djmil pushed to dev-container at djmil/egui-circles 2024-07-18 22:27:33 +02:00
b730f7640c initial implementation
djmil commented on issue djmil/egui-circles#5 2024-07-18 21:32:04 +02:00
rust dev container

unfortunately, using Alpine as a base for rust dev-container -> leads to compilation errors during cargo dependancy installation