-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: June 23rd, 2024 | ||
date: 2024-06-23, 12:32:27 -07:00 | ||
section: journal | ||
link: https://bmannconsulting.com/notes/vanhackday-june2024 | ||
--- | ||
Writing up notes as I work on [[Vancouver Hack Day]] stuff. Trying to get [[Lieu]] deployed, going to make a [[LOCALHOST]] / [[DWebYVR]] webring. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Bridge vs Host | ||
|
||
Bridge means you need to use a reverse proxy to map to particular ports. Host means making it available on the same network stack as the host running Docker, so you need to use different ports | ||
|
||
> If you want to deploy multiple containers connected between them with a private internal network use bridge networking. If you want to deploy a container connected to the same network stack as the host (and access the same networks as the host) use host networking. | ||
> Host networking completely disables Docker's network isolation. It means containers see and use exactly the same network interfaces the host has available, without an intermediate NAT layer. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## What version of Ubuntu am I running? | ||
|
||
[Ask Ubuntu](https://askubuntu.com/questions/686239/how-do-i-check-the-version-of-ubuntu-i-am-running) | ||
* [official page](https://help.ubuntu.com/community/CheckingYourUbuntuVersion) says `lsb_release -a` - listed on Description line | ||
* `hostnamectl` - listed on Operating System line | ||
* `cat /etc/*release` - DISTRIB_RELEASE or DESCRIPTION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
permalink: /notes/vanhackday-june2024 | ||
--- | ||
Personal notes for [[Vancouver Hack Day]] June event. | ||
|
||
Got into [[Z-Space]] around 8:30am, made a coffee | ||
* Printed out more Z-Space visitor wifi QR codes | ||
* Made a [[DWebYVR]] Discord chat qr code | ||
* Added the QR code as an image to the [contact page](https://dwebyvr.org/wiki/Contact) | ||
|
||
Did a round of intros of who we are and what people are planning to work on | ||
|
||
Settling down to look at [[Lieu]] | ||
* Last updated in March 2022 | ||
* Where should I host it? I have [[Portainer]] running on [[Hostinger]] | ||
* Turned off [[AFFiNE]] and [[Ghost]] installs there | ||
* There are a bunch of templats, including a "plain" Ubuntu install | ||
|
||
Ubuntu image on Portainer | ||
* access to only administrators | ||
* network - bridge or host? this is a [[Docker]] question | ||
* use the default bridge | ||
* created with name lieu | ||
* using attach in Portainer to get a web-based root commandline | ||
* very minimal Ubuntu installed, but latest system | ||
* What version am I running? [[Ubuntu]] -> noble 24.04 LTS | ||
|
||
Create a repo [dwebyvr/localhost_vancouver_webring](https://github.com/DWebYVR/localhost_vancouver_webring) | ||
* check it out locally, clone the `config.toml` | ||
* make a website directory and index.html as the source | ||
* realize that Surfer already installed on [[Commons Computer]] -> [localhost.dwebyvr.org](https://localhost.dwebyvr.org) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters