theMatrixDev
Subscribe
Import 2022-11-22 14:55

Gitea on Docker

ロジャー

Oct 25, 2018
Gitea on Docker

Gitea is a lightweight GIT repository management application written in GO-Language.

10022 is the SSH port for GIT command
10080 is the HTTP port for the web interface

docker run -d --name=gitea -p 10022:22 -p 10080:3000 -v /var/lib/gitea:/data gitea/gitea:latest

Source: https://docs.gitea.io/zh-tw/install-with-docker/

Sign up for more like this.

Enter your email
Subscribe

Install Docker on a remote server with Ansible on Ubuntu

sudo apt-get install software-properties-common sudo apt-add-repository ppa:ansible/ansible sudo apt-get install -y ansible mkdir ./ansible touch ./ansible/inventory touch ./ansible/main.yaml touch ./ansible/vars.yaml [beta] beta.thematrix.dev [production] www.thematrix.dev user: ubuntu requried_packages: - ca-certificates - curl - gnupg - lsb-release docker_engines: -
Nov 23, 2022 1 min read

WireGuard VPN Policy Routing on OpenWRT

Tested on GL-AX1800 with OpenWRT 21.02 Install vpn-policy-routing plugin * Go to OpenWRT -> System -> Software * Update lists * Install vpn-policy-routing and luci-app-vpn-policy-routing * Refresh the page. There will be a new VPN tab on header Add Firewall zone * Go to Network -> Firewall * Under Zones section, click the Add button
Aug 27, 2022 1 min read

Install Cloudflared on OpenWRT

1. Go to https://github.com/cloudflare/cloudflared/releases and copy the correct file URL 2. SSH into OpenWRT 3. cd to a location where file persists after reboot 4. wget the Cloudflared file 5. chmod +x the Cloudflared file 6. ./cloudflared service install TOKEN 7. Confirm in OpenWRT ->
Aug 27, 2022
theMatrixDev © 2023
  • GitHub
Powered by Ghost