feat: remove valheim #514
6 changed files with 14 additions and 109 deletions
|
|
@ -1,13 +0,0 @@
|
|||
FROM docker.io/library/debian:latest
|
||||
ARG WIKI_NAME="dokuwiki"
|
||||
ARG WEB_DIR="/var/www"
|
||||
ARG APACHE_CONFIG_DIR="/etc/apache2"
|
||||
EXPOSE 443/tcp
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt-get update && apt-get full-upgrade -y && apt-get install vim apache2 libapache2-mod-php w3m php-cli php-xml -y
|
||||
RUN rm ${APACHE_CONFIG_DIR}/sites-enabled/000-default.conf && a2enmod ssl
|
||||
RUN ["/bin/bash", "-c", "echo 'date.timezone = \"Europe/Madrid\"' >> /etc/php/*/apache2/php.ini"]
|
||||
|
||||
STOPSIGNAL SIGWINCH
|
||||
|
|
@ -1,16 +1,13 @@
|
|||
---
|
||||
services:
|
||||
wiki:
|
||||
name: hane-dokuwiki
|
||||
image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:dokuwiki-fixed-volume
|
||||
volumes:
|
||||
- /mnt/nas1/shared/dokuwiki/dokuwiki:/var/www/dokuwiki
|
||||
- type: bind
|
||||
source: /mnt/nas1/shared/dokuwiki/apache2.conf
|
||||
target: /etc/apache2/apache2.conf
|
||||
- type: bind
|
||||
source: /mnt/nas1/shared/dokuwiki/001-wiki.conf
|
||||
target: /etc/apache2/sites-enabled/001-wiki.conf
|
||||
- /mnt/nas1/shared/dokuwiki/init.sh:/init.sh
|
||||
ports:
|
||||
- "44344:443/tcp"
|
||||
entrypoint: /init.sh
|
||||
wiki:
|
||||
image: dokuwiki/dokuwiki:2024-02-06b
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "44344:8080"
|
||||
volumes:
|
||||
- /mnt/nas1/shared/dokuwiki/dokuwiki:/storage
|
||||
environment:
|
||||
PHP_TIMEZONE: Europe/Madrid
|
||||
PHP_MEMORYLIMIT: 512M
|
||||
PHP_UPLOADLIMIT: 128M
|
||||
|
|
|
|||
|
|
@ -1,40 +0,0 @@
|
|||
---
|
||||
services:
|
||||
mc:
|
||||
image: itzg/minecraft-server:java23-graalvm
|
||||
tty: true
|
||||
stdin_open: true
|
||||
ports:
|
||||
- "25565:25565"
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
MEMORY: ${MEMORY:-"6G"}
|
||||
TZ: "Europe/Madrid"
|
||||
VERSION: 1.20.1
|
||||
ENABLE_ROLLING_LOGS: true
|
||||
USE_AIKAR_FLAGS: true
|
||||
MOTD: "Huesoperrers Minecraft Episodio 2: Ahora es personal"
|
||||
ICON: /data/icon.png
|
||||
MAX_PLAYERS: 10
|
||||
MAX_WORLD_SIZE: 10000
|
||||
SEED: huesoperrers2
|
||||
MODE: survival
|
||||
ONLINE_MODE: false
|
||||
ALLOW_FLIGHT: true
|
||||
SERVER_NAME: Huesoperrers and co.
|
||||
PLAYER_IDLE_TIMEOUT: 15
|
||||
STOP_SERVER_ANNOUNCE_DELAY: 30
|
||||
WHITELIST: ${WHITELIST}
|
||||
OPS: ${OPS}
|
||||
SYNCHRONIZE: true
|
||||
MERGE: true
|
||||
ENFORCE_WHITELIST: true
|
||||
ENABLE_RCON: false
|
||||
MAX_TICK_TIME: -1
|
||||
USER_API_PROVIDER: ${USER_API_PROVIDER:-playerdb}
|
||||
DIFFICULTY: ${DIFFICULTY:-normal}
|
||||
ENABLE_AUTOPAUSE: true
|
||||
DEBUG_AUTOPAUSE: false
|
||||
TYPE: FORGE
|
||||
volumes:
|
||||
- ${MC_DATA_DIR:-/mnt/zeruel/nas1/shared/mc2}:/data
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: valheim
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: apps-fuku
|
||||
server: https://kubernetes.default.svc
|
||||
sources:
|
||||
- path: k8s/charts/valheim-server
|
||||
repoURL: https://git.roboces.dev/catalin/fukuops.git
|
||||
targetRevision: main
|
||||
helm:
|
||||
valuesObject:
|
||||
server:
|
||||
name: "Huesoperrers Váljei"
|
||||
public: 1
|
||||
timezone: Europe/Madrid
|
||||
secret:
|
||||
name: valheim-secrets
|
||||
key: server-password
|
||||
persistence:
|
||||
saves:
|
||||
accessMode: ReadWriteMany
|
||||
server:
|
||||
accessMode: ReadWriteMany
|
||||
backups:
|
||||
accessMode: ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
memory: 4Gi
|
||||
cpu: 2000m
|
||||
limits:
|
||||
memory: 8Gi
|
||||
cpu: 4000m
|
||||
project: fuku
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# yamllint disable rule:line-length
|
||||
---
|
||||
apiVersion: bitnami.com/v1alpha1
|
||||
kind: SealedSecret
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# yamllint disable rule:line-length
|
||||
---
|
||||
apiVersion: bitnami.com/v1alpha1
|
||||
kind: SealedSecret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue