Draft Poste.io Mailserver My poste.io configuration together with my xnmp-vhosts docker and letsencrypt certificates XNMP-VHOST And part configuration from my other Docker Composer. # create volume: docker volume create --name=letsencrypt volumes: letsencrypt: external: true services: nginx: image: nginx:alpine restart: always links: - 8-0-0-fpm-ext ports: -
Journal Getting Accessories for MacBook Air (M1, 2020) The products I bought that seems to help for my needs. Bringing back that MacSafe MacSafe is a magnetic technology from Apple they used to had on older MacBook models; a charging port that connect with cable with magnets. This would prevent accidents when
Journal My first steps with Synology DS920+ For a long time I’ve been planning to buy a NAS and things I want to do with it, because I get sick and tired having the idea when they held my data hostage when some things might go awry. Also I want
Draft Combined Docker Compose(s) through Docker Network Making the use of different directories of Docker Compositions (docker-compose.yml) and connect them through xnmp-network Docker Network. * docker-xnmp-vhost [https://blog.sylo.space/guide-to-install-nginx-php-mariadb-phpmyadmin-in-docker/] * bitwarden * certbot * chat-nuxt * cvbuilder * ff7r-enemyintel * ghost * haraka-server * ipsec-vpn-server * modelbuildrun * pihole * reg
Vue Easily migrate Vue 2 component to Composition API (setup) A workflow that you already know splicing code into separate Composition module.
Journal Repository: bootstrap-express-2020 I just found out that’s possible to clone a branch/tag from a remote in single command.
Journal Final Fantasy 7 Remake - Enemy Intel Nuxt app Enemy Intel Filtering app for efficient searching with Fuzzysearch
Front end Render Vue Components inside Twitter Bootstrap Modal as Vue Component Render raw HTML data containing Vue Components from Ajax (Axios) Request inside a Vue Component