Static WEB page #1

Closed
opened 2024-04-28 23:22:10 +02:00 by djmil · 5 comments
Owner

It should be possible to create WEB page based on existing code.

  1. eframe_template for the static web page content
  2. pages-server 1 actual web server for static pages
  3. pages-server 2 another option for an self hosted static web pages
It should be possible to create WEB page based on existing code. 1. [eframe_template](https://github.com/emilk/eframe_template) for the static web page content 2. [pages-server 1](https://codeberg.org/Codeberg/pages-server) actual web server for static pages 3. [pages-server 2](https://github.com/42wim/caddy-gitea) another option for an self hosted static web pages
djmil added this to the (deleted) project 2024-04-28 23:22:10 +02:00
djmil changed title from WEB version to Static WEB page 2024-04-28 23:47:36 +02:00
Author
Owner

From the talk with Akshe:

From the talk with Akshe: - github [pages](https://pages.github.com) - [vercel](https://vercel.com/new)
Author
Owner

Self hosted flow:

  1. Use Gitea actions to enable any action on specified git event i.e. push, merge.
  2. Use Node as a self hosted web server to serve content
Self hosted flow: 1. Use Gitea [actions](https://docs.gitea.com/usage/actions/quickstart) to enable any action on specified git event i.e. push, merge. 2. Use Node as a self hosted web server to serve content
Author
Owner

Caddy web server

Build your own caddy-based image

You can use the :builder image as a short-cut to building a new Caddy binary:

FROM caddy:<version>-builder AS builder

RUN xcaddy build \
    --with github.com/caddyserver/nginx-adapter \
    --with github.com/42wim/caddy-gitea@v0.0.4

FROM caddy:<version>

COPY --from=builder /usr/bin/caddy /usr/bin/caddy

Caddy - Gitea integration

See the README.md

# Caddy web server ## Build your own caddy-based image You can use the :builder image as a short-cut to building a new Caddy binary: ```dockerfile FROM caddy:<version>-builder AS builder RUN xcaddy build \ --with github.com/caddyserver/nginx-adapter \ --with github.com/42wim/caddy-gitea@v0.0.4 FROM caddy:<version> COPY --from=builder /usr/bin/caddy /usr/bin/caddy ``` ## Caddy - Gitea integration See the [README.md ](https://github.com/42wim/caddy-gitea/tree/main?tab=readme-ov-file)
Author
Owner

Shall be implemented with gitea-pages

Shall be implemented with [gitea-pages](https://gitea.djmil.dev/goland/gitea-pages)
djmil self-assigned this 2024-06-23 15:23:38 +02:00
djmil added this to the pages milestone 2024-06-23 16:09:56 +02:00
Author
Owner

implement in djmil/gitea-pages

implement in [djmil/gitea-pages](https://gitea.djmil.dev/djmil/gitea-pages)
djmil closed this issue 2024-06-26 21:45:07 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: djmil/egui-circles#1
No description provided.