Update me page
This commit is contained in:
parent
3246648f82
commit
fd7725b7b9
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.idea
|
||||
dist
|
||||
node_modules
|
22
docker-compose.yml
Normal file
22
docker-compose.yml
Normal file
@ -0,0 +1,22 @@
|
||||
version: '3'
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
|
||||
services:
|
||||
frontend:
|
||||
image: docker.cybre.town/adb/adb.sh
|
||||
build:
|
||||
dockerfile: ./Dockerfile
|
||||
context: ./
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
||||
- "traefik.http.routers.adb-sh.rule=Host(`adb.sh`)"
|
||||
- "traefik.http.routers.adb-sh.entrypoints=https"
|
||||
- "traefik.http.services.adb-sh.loadbalancer.server.port=8080"
|
||||
- "traefik.http.routers.adb-sh.tls.certresolver=mytlschallenge"
|
||||
- "traefik.docker.network=web"
|
||||
ports:
|
||||
- "9000:8080"
|
@ -18,7 +18,7 @@ http {
|
||||
# tcp_nopush on;
|
||||
keepalive_timeout 3;
|
||||
# tcp_nodelay on;
|
||||
# gzip on;
|
||||
gzip on;
|
||||
client_max_body_size 1m;
|
||||
|
||||
server {
|
||||
@ -83,7 +83,7 @@ http {
|
||||
location / {
|
||||
index index.html;
|
||||
root /var/www/html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri $uri/;
|
||||
absolute_redirect off;
|
||||
}
|
||||
}
|
||||
|
@ -51,16 +51,32 @@ meta:
|
||||
- working at [54GradSoftware](https://54gradsoftware.de)
|
||||
|
||||
### techniques I'm familiar with
|
||||
#### programming languages & frameworks
|
||||
- HTML
|
||||
- CSS
|
||||
- JavaScript
|
||||
- TypeScript
|
||||
- NodeJS
|
||||
- Express
|
||||
- Vue
|
||||
- Python
|
||||
- Arduino
|
||||
#### webdev
|
||||
- HTML5 / CSS3
|
||||
- JavaScript / TypeScript
|
||||
- frontend / meta frameworks
|
||||
- Vue / Nuxt
|
||||
- SolidJS / Solid Start
|
||||
- backend
|
||||
- NodeJS (Express)
|
||||
- Deno (oak)
|
||||
- Django
|
||||
- CSS frameworks
|
||||
- Bootstrap
|
||||
- Tailwind
|
||||
|
||||
#### devops
|
||||
- linux
|
||||
- Debian & Ubuntu
|
||||
- nixOS
|
||||
- Docker
|
||||
- Ansible
|
||||
- Kubernetes
|
||||
|
||||
#### database
|
||||
- MariaDB & Postgres
|
||||
- MongoDB
|
||||
- Redis
|
||||
|
||||
#### software
|
||||
- KiCad
|
||||
@ -71,16 +87,6 @@ meta:
|
||||
- Indesign
|
||||
- Illustrator
|
||||
|
||||
#### other
|
||||
- Linux
|
||||
- Debian & Ubuntu
|
||||
- nixOS
|
||||
- Docker
|
||||
- Ansible
|
||||
- MariaDB & Postgres
|
||||
- MongoDB
|
||||
- Redis
|
||||
|
||||
## :mailbox_with_mail: contact me
|
||||
|
||||
- Matrix: [@adb:adb.sh](https://matrix.to/#/@adb:adb.sh)
|
||||
|
Loading…
Reference in New Issue
Block a user