Source code for my website https://www.mylloon.fr
Find a file
Mylloon b0d1402431
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
use hostname instead of internal IP
2023-02-16 21:44:00 +01:00
.woodpecker add ci 2023-02-16 20:54:21 +01:00
src use hostname instead of internal IP 2023-02-16 21:44:00 +01:00
static add current website 2023-02-09 10:45:59 +01:00
templates add networks and portfolio endpoints 2023-02-09 10:59:06 +01:00
.gitattributes use git lfs for png 2023-02-09 10:45:31 +01:00
.gitignore Add Docker support (#1) 2023-02-16 20:06:07 +01:00
Cargo.lock update toml 2023-02-09 09:20:15 +01:00
Cargo.toml Update licence 2023-02-15 15:39:13 +01:00
Dockerfile Add Docker support (#1) 2023-02-16 20:06:07 +01:00
LICENSE Add year and author 2023-02-15 16:00:19 +01:00
README.md add image link 2023-02-16 21:14:06 +01:00

EWP

Easy WebPage generator

dependency status

See issues

Use Docker Compose

version: "3.9"

services:
  ewp:
    image: git.mylloon.fr/anri/mylloon.fr:latest
    container_name: EWP
    ports:
      - 80:8080
    restart: unless-stopped