This commit is contained in:
metacryst
2025-12-06 14:31:54 -06:00
parent 343f466c6e
commit 2440f50b16
5 changed files with 76 additions and 44 deletions

3
docs/code_server.md Normal file
View File

@@ -0,0 +1,3 @@
to run: /opt/homebrew/opt/code-server/bin/code-server
to get password or change port: cat /Users/samrussell/.config/code-server/config.yaml

10
docs/gitea.md Normal file
View File

@@ -0,0 +1,10 @@
/opt/homebrew/bin/custom/conf/app.ini
this file stores the path of the repos
Command to replace remote origin:
git remote set-url origin https://admin.sun.museum/sam/Hyperia.git
'gitea web' to start
username: sam
password: same as RTTL

2
docs/ssh.md Normal file
View File

@@ -0,0 +1,2 @@
# See Logs
sudo log stream --predicate 'process == "sshd"' --info