chamges
This commit is contained in:
38
README.md
38
README.md
@@ -5,26 +5,34 @@ Welcome to homesrv01.dev.lan git page.
|
||||
## OS
|
||||
|
||||
Currently hosted on a proxmox ubuntu container.
|
||||
|
||||
``` bash
|
||||
# cat /etc/pve/lxc/105.conf
|
||||
arch: amd64
|
||||
cmode: shell
|
||||
cores: 2
|
||||
features: fuse=1,keyctl=1,nesting=1
|
||||
hostname: homesrv01
|
||||
memory: 2000
|
||||
memory: 1500
|
||||
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.1.2,hwaddr=42:F5:02:BC:77:81,ip=192.168.1.252/24,ip6=dhcp,type=veth
|
||||
onboot: 1
|
||||
ostype: ubuntu
|
||||
swap: 4000
|
||||
protection: 1
|
||||
rootfs: local-lvm:vm-105-disk-0,size=32G
|
||||
swap: 1500
|
||||
unprivileged: 1
|
||||
lxc.cgroup2.devices.allow: c 189:* rwm
|
||||
lxc.mount.entry: usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c0e8eeb4b38ded118e7c06f6b86ce6f8-if00-port0 dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c0e8eeb4b38ded118e7c06f6b86ce6f8-if00-port0 none bind,optional,create=file
|
||||
lxc.cgroup2.devices.allow: c 188:* rwm
|
||||
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
|
||||
```
|
||||
|
||||
```bash
|
||||
# lsb_release -a
|
||||
|
||||
Distributor ID: Ubuntu
|
||||
Description: Ubuntu 23.10
|
||||
Release: 23.10
|
||||
Codename: mantic
|
||||
Description: Ubuntu 24.04 LTS
|
||||
Release: 24.04
|
||||
Codename: noble
|
||||
|
||||
# uname -r
|
||||
6.8.4-3-pve
|
||||
@@ -119,10 +127,25 @@ services/nginx/docker-run.sh
|
||||
### code-server
|
||||
|
||||
#### Setup & Update
|
||||
|
||||
``` bash
|
||||
services/code-server/docker-run.sh
|
||||
```
|
||||
|
||||
ssh alias for host access
|
||||
|
||||
``` bash
|
||||
#On code-server
|
||||
#/root/.ssh/config
|
||||
Host host
|
||||
HostName homesrv01.dev.lan
|
||||
User USERNAME
|
||||
RemoteCommand cd ~/repos/homesrv01.dev.lan; exec bash --login
|
||||
RequestTTY yes
|
||||
```
|
||||
|
||||
|
||||
|
||||
### home assistant
|
||||
[Git Repo](https://git.limbosolutions.com/marcio.fernandes/homeAssistant)
|
||||
|
||||
@@ -160,6 +183,9 @@ cd services
|
||||
mkdir lms
|
||||
cd lms
|
||||
git glone https://git.limbosolutions.com/marcio.fernandes/lms .
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
### Mosquitto
|
||||
|
||||
Reference in New Issue
Block a user