+ )}
diff --git a/src/content/.obsidian/workspace.json b/src/content/.obsidian/workspace.json
index 6f3ac0fd17..008d745861 100644
--- a/src/content/.obsidian/workspace.json
+++ b/src/content/.obsidian/workspace.json
@@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
- "file": "journal/08-12.md",
+ "file": "journal/08-13.md",
"mode": "source",
"source": false
}
@@ -93,7 +93,7 @@
"state": {
"type": "backlink",
"state": {
- "file": "journal/08-12.md",
+ "file": "journal/08-13.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -110,7 +110,7 @@
"state": {
"type": "outgoing-link",
"state": {
- "file": "journal/08-12.md",
+ "file": "journal/08-13.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -133,7 +133,7 @@
"state": {
"type": "outline",
"state": {
- "file": "journal/08-12.md"
+ "file": "journal/08-13.md"
}
}
}
@@ -157,24 +157,31 @@
},
"active": "1e65db65e2721f35",
"lastOpenFiles": [
- "website/github/github.mdx",
- "website/github",
- "website/github.mdx",
- "legal/disclaimer.mdx",
- "journal/08-11.md",
+ "application/pocketbase/_journal/glob.astro",
+ "application/pocketbase/_journal/j1.md",
+ "application/pocketbase/_journal",
+ "application/pocketbase/_notes/pocketbase_docker.md",
+ "application/pocketbase/_notes/pocketbase_notes.md",
+ "application/pocketbase/_notes/glob.astro",
+ "application/pocketbase/_notes",
+ "website/events/events.mdx",
+ "website/events",
+ "application/pocketbase/_data/_backups/pocketbase_backups.md",
+ "application/pocketbase/_data/_backups",
+ "application/pocketbase/_data/_notes/pocketbase_notes.md",
+ "application/pocketbase/_data/_notes/pocketbase_notes.mdx",
+ "application/pocketbase/_data/_notes",
+ "application/pocketbase/_data/pocketbase_notes.md",
+ "application/pocketbase/_data/glob.astro",
+ "application/pocketbase/_data",
"journal/08-12.md",
+ "journal/08-13.md",
+ "journal/08-11.md",
"journal/08-10.md",
"journal/08-09.md",
"application/n8n/_notes/n8n-supabase.md",
"application/n8n/_notes/supabase-cache.md",
- "application/n8n/_examples/supabase",
"application/n8n/_examples/supabase-cache.md",
- "application/n8n/_examples",
- "application/n8n/n8n.mdx",
- "application/n8n/obs.mdx",
- "application/n8n/_notes/obs.mdx",
- "application/n8n/_notes",
- "application/n8n",
"journal/08-08.md",
"journal/08-07.md",
"application/obs/_notes/voicemeter.md",
@@ -185,13 +192,6 @@
"tags/auth/auth-notes.md",
"tags/auth/auth_notes.md",
"journal/08-03.md",
- "journal/07-31.md",
- "journal/08-02.md",
- "journal/07-29.md",
- "journal/07-28.md",
- "journal/07-30.md",
- "journal/08-01.md",
- "journal/05-10.md",
- "journal/07-23.md"
+ "journal/07-31.md"
]
}
\ No newline at end of file
diff --git a/src/content/application/pocketbase/_journal/glob.astro b/src/content/application/pocketbase/_journal/glob.astro
new file mode 100644
index 0000000000..412ddad234
--- /dev/null
+++ b/src/content/application/pocketbase/_journal/glob.astro
@@ -0,0 +1,13 @@
+---
+// Journal Factory
+const journals = await Astro.glob('./**/*.md*');
+---
+
+ {journals.map((journal) => (
+
+ {journal.frontmatter.title}
+ {journal.frontmatter.description}
+
+
+ ))}
+
\ No newline at end of file
diff --git a/src/content/application/pocketbase/_journal/j1.md b/src/content/application/pocketbase/_journal/j1.md
new file mode 100644
index 0000000000..084d6c6d02
--- /dev/null
+++ b/src/content/application/pocketbase/_journal/j1.md
@@ -0,0 +1,12 @@
+---
+title: J1
+description: Configuring a live instances of Pocketbase!
+date: 2023-08-13
+---
+
+#### PB Adventure
+
+The plan is to document the setup and journey of getting pocket base up and running!
+Right now I am looking at the development side, including making sure that the database can be backed up.
+One of my other concerns would be the security of the data and the files, what if someone uploads a bad item, like a shell script!
+Or even worse, what happens if a backup does not recover automatically!
diff --git a/src/content/application/pocketbase/_notes/glob.astro b/src/content/application/pocketbase/_notes/glob.astro
new file mode 100644
index 0000000000..68249e17cc
--- /dev/null
+++ b/src/content/application/pocketbase/_notes/glob.astro
@@ -0,0 +1,13 @@
+---
+// Notes Factory
+const notes = await Astro.glob('./*.md*');
+---
+
+ {notes.map((note) => (
+
+ {note.frontmatter.title}
+ {note.frontmatter.description}
+
+
+ ))}
+
\ No newline at end of file
diff --git a/src/content/application/pocketbase/_notes/pocketbase_notes.md b/src/content/application/pocketbase/_notes/pocketbase_notes.md
new file mode 100644
index 0000000000..10f499970a
--- /dev/null
+++ b/src/content/application/pocketbase/_notes/pocketbase_notes.md
@@ -0,0 +1,8 @@
+---
+title: Notes
+description: These are the general notes for Pocketbase!
+---
+
+#### What is Pocketbase?
+
+Have you wondered what Pocketbase is?
diff --git a/src/content/application/pocketbase/pocketbase.mdx b/src/content/application/pocketbase/pocketbase.mdx
new file mode 100644
index 0000000000..9e40f50836
--- /dev/null
+++ b/src/content/application/pocketbase/pocketbase.mdx
@@ -0,0 +1,109 @@
+---
+layout: ../../../layouts/MDX.astro
+title: Pocketbase
+category: Application
+client: Self
+publishDate: 2023-08-13 00:00:00
+img: /assets/img/curved-images/wave.jpg
+slug: pocketbase
+repo:
+description: Pocketbase Database
+tags:
+ - software
+ - database
+---
+
+import Details from '@w/Details.astro';
+import Widget from '@w/Widget.astro';
+import MDXJS from '@w/MDXJS.astro';
+import Login from '@w/Login.astro';
+import NotesGlob from './_notes/glob.astro';
+import JournalGlob from './_journal/glob.astro';
+
+
+
+
+
+## Install
+
+Do you want to get Pocketbase up and running?
+
+### Docker
+
+There are two ways you can go about setting up Pocketbase via Docker!
+We recommand using a docker compose, like this one below from their github.
+
+#### Compose
+
+```yaml
+
+version: "3.7"
+services:
+ pocketbase:
+ image: ghcr.io/muchobien/pocketbase:latest
+ container_name: pocketbase
+ restart: unless-stopped
+ command:
+ - --encryptionEnv #optional
+ - ENCRYPTION #optional
+ environment:
+ ENCRYPTION: example #optional
+ ports:
+ - "8090:8090"
+ volumes:
+ - /path/to/data:/pb_data
+ - /path/to/public:/pb_public #optional
+ healthcheck: #optional (recommended) since v0.10.0
+ test: wget --no-verbose --tries=1 --spider http://localhost:8090/api/health || exit 1
+ interval: 5s
+ timeout: 5s
+ retries: 5
+
+```
+
+#### DockerCLI
+
+```shell
+
+docker run -d \
+ --name=pocketbase \
+ -p 8090:8090 \
+ -e ENCRYPTION=example `#optional` \
+ -v /path/to/data:/pb_data \
+ -v /path/to/public:/pb_public `#optional` \
+ --restart unless-stopped \
+ ghcr.io/muchobien/pocketbase:latest \
+ --encryptionEnv ENCRYPTION `#optional`
+
+```
+
+### Coolify
+
+Installing Pocketbase through Coolify is extremely easy!
+
+1. Click `+ Create New Resource`
+2. Click `Service`
+3. Select `Pocketbase`
+4. Done! Fill in the URL and then head over the admin panel, `domain.com/_/`.
+
+### K
+
+
+
+
+
+## Notes
+
+
+
+
+
+
+
+## Journal
+
+
+
+
+
+
diff --git a/src/content/journal/08-12.md b/src/content/journal/08-12.md
index 475e072b29..92b4749e55 100644
--- a/src/content/journal/08-12.md
+++ b/src/content/journal/08-12.md
@@ -19,6 +19,8 @@ tags:
- 11:14pm - I believe I might have to create a general flow chart or guide on the tri-force approach to the API! There are a couple areas where I am running into issues, including the general authentication flow, but there might be a couple ways around it that we could implement, but we would have to be very careful upon how we approach it.
- 12:19pm - Finished double checking the backup system and general updates! It seems that one of the instances failed to update but that might have been because it needed to update twice? Maybe after running updates, I should have it double check and make sure that no additional updates are required, but it was a bit strange. It could have been also that the VM was not restarted in a while? Hmm, I placed the information as a note under the vault warden but in the future I want to make sure that it does not happen again... actually I am pretty sure it will happen again.
- 12:21pm - I am typing these notes currently as, err my brain is processing them, so think of these notes as a form of my mind. I am streaming my mind via my heads onto this digital screen, it is for the matrix. Okay so I am thinking that as I am about to deploy this Tri-force API, I would need to make sure that never finish updating the theme on KBVE, as with any crazy person. The new , errr, new new theme would be hmm uhh, Ghost! Yeah I think going with a shadow money wizard gang style theme would be perfect. I suppose I could call the theme Mage instead of Ghost.
+- 1:34pm - Time to figure out my first new character for the Gate 3, I am definitely going to go Rogue and most likely have to make a shaco-style character. This would be a great side tool in the future, one that would help people make DnD character names or even a collection of DnD style tools, this was mention before by a couple other people too! These tools should definitely be on my list of things that we must have on KBVE!
+- 11:00pm - Wrapping up the whole Gate 3 session, I definitely enjoyed and it was exactly like the meme session that I wanted to play.
## Quote
diff --git a/src/content/journal/08-13.md b/src/content/journal/08-13.md
new file mode 100644
index 0000000000..555a1d9d11
--- /dev/null
+++ b/src/content/journal/08-13.md
@@ -0,0 +1,34 @@
+---
+layout: ../../layouts/theme/mdx.astro
+title: "August : 13"
+category: Daily
+date: 2023-08-13
+client: Self
+img: https://images.unsplash.com/photo-1626375555783-f5fc7149e03f?fit=crop&q=85&w=1400&h=700
+description: Daily Log for August, 13 of each year.
+tags:
+- daily
+---
+
+## Notes
+### 2023
+- 10:30am - I am trying to sign up with the Oracle's cloud plan but been running into various issues. It was a bit messy but I am thinking that I might just reach out to their support and get it resolved from their end.
+- 3:27pm - Changing the main background color of the KBVE's homepage to a nice black color. I did not change the template's bg-default to the black because I still want to use that blue but keep it a bit higher in the layer, so that it would utilized for certain actions in the future, like the dropdowns.
+- 3:58pm - I am currently looking at this Ai Hackathon and thinking that I might either form a team or look for team mates that might be interested in forming an alliance where we could work on the said projects together! I will reach out to those that might be interested and see if I can find enough people that might be down.
+- 4:05pm - Let me finish up the recovery page for KBVE and then I will shift back to the pocketbase setup. I will create a couple new tickets in reference to the current issues that I want to tackle, so that we can stay organized and make it a bit easier to handle.
+- 4:27pm - It seems that SendGrid is rewriting the URL's with the brandable URL? I am not too sure what this feature is exactly but it is causing some pain points in terms of the usability. I also know that I have only 100 emails per day to send, it would be a shame if I burn through all of those just trying to figure out this mess.
+- 5:49pm - I started to work on the md and mdx structure for different applications and their issues. I will isolate the notes, journals and errors into three basic folders. This will help in the future as we expand the library of information.
+
+## Quote
+
+> If one does not know to which port is sailing, no wind is favorable.
+> —
Seneca the Younger
+
+---
+
+## Tasks
+
+- [ ] LabLab Teams
+- [ ] Pocketbase Notes
+- [ ] KBVE Recovery
+- [ ] KBVE Template Updates
\ No newline at end of file
diff --git a/src/content/theory/bizops.mdx b/src/content/theory/bizops.mdx
index 5017e17473..208a5c3dd0 100644
--- a/src/content/theory/bizops.mdx
+++ b/src/content/theory/bizops.mdx
@@ -39,6 +39,8 @@ graph TD
A["Holding Company (LLC)"] --> B["Z90 Studios (LLC)"]
B --> C["Arteematic.com (LLC)"]
B --> D["Other Projects (Etc.)"]
+
+linkStyle default stroke:white
```
- Setup the holding company with the Wyoming Law Firm
- Search the terms Real Estate
@@ -123,4 +125,35 @@ Here are a couple popular references to reach out once your MVP and strucutre is
- [AirTable of Seed VCs](https://airtable.com/shrkohpeE2AO2ldeq/tbl5Q8N7NuW22z5Bt?backgroundColor=cyan&viewControls=on)
- [VCSheet](https://www.vcsheet.com/)
----
\ No newline at end of file
+---
+
+### Automation Hackathon
+
+```mermaid
+graph
+
+core1{{"Business Model"}}
+
+id2{{"LLC Formation Model"}}
+id3{{"Market Research Model"}}
+id4{{"Operational Efficiency"}}
+id5{{"Investment"}}
+id6{{"Continuous Learning and Adaptation"}}
+
+
+fe1{{"Marketing and Branding"}}
+fe2{{"Scalability and Growth"}}
+fe3{{"Sustainability and Social Responsibility"}}
+
+core1 --> id2
+core1 --> id3
+core1 --> id4
+core1 --> id5
+core1 --> id6
+
+id3 --> fe1
+id4 --> fe2
+id5 --> fe3
+
+```
+
diff --git a/src/content/website/discord/discord.mdx b/src/content/website/discord/discord.mdx
index db274d28e8..20d8120bcc 100644
--- a/src/content/website/discord/discord.mdx
+++ b/src/content/website/discord/discord.mdx
@@ -12,11 +12,25 @@ tags:
---
import Discord from "@w/Discord";
+import Widget from "@w/Widget.astro";
+import MDXJS from "@w/MDXJS.astro";
import Lottie from "@c/Element/Lottie/Lottie.astro";
import Ads from "@w/Ads.astro";
+
+
+
+
+## {frontmatter.title}
+
+- {frontmatter.description}
+
+
+
+
+
+
+
+
+
diff --git a/src/content/website/events.mdx b/src/content/website/events/events.mdx
similarity index 97%
rename from src/content/website/events.mdx
rename to src/content/website/events/events.mdx
index 77813ed3f9..df676dcb1b 100644
--- a/src/content/website/events.mdx
+++ b/src/content/website/events/events.mdx
@@ -1,10 +1,11 @@
---
status: true
-layout: ../../layouts/theme/mdx.astro
+layout: ../../../layouts/MDX.astro
title: KBVE Events
description: KBVE Events Page! Find the latest information on various events that our community will be holding!
img: https://images.unsplash.com/photo-1641386337567-c824f91bea87?fit=crop&w=1400&h=700&q=75
icon: community
+slug: events
tags:
- community
- events
diff --git a/src/content/website/github/github.mdx b/src/content/website/github/github.mdx
index 2a9f7334f8..b5355db1fc 100644
--- a/src/content/website/github/github.mdx
+++ b/src/content/website/github/github.mdx
@@ -1,6 +1,6 @@
---
status: true
-layout: ../../../layouts/Mage.astro
+layout: ../../../layouts/MDX.astro
title: KBVE Github
description: KBVE Github Page! All the information for our current github adventures!
img: https://images.unsplash.com/photo-1641386337567-c824f91bea87?fit=crop&w=1400&h=700&q=75
diff --git a/src/layouts/KBVE.astro b/src/layouts/KBVE.astro
index 273accbb3e..4b22758eea 100644
--- a/src/layouts/KBVE.astro
+++ b/src/layouts/KBVE.astro
@@ -23,7 +23,7 @@ const url = new URL(Astro.url.pathname, Astro.site);
diff --git a/src/layouts/Mage.astro b/src/layouts/Mage.astro
index 10127e8f17..a63395894f 100644
--- a/src/layouts/Mage.astro
+++ b/src/layouts/Mage.astro
@@ -21,9 +21,7 @@ const url = new URL(Astro.url.pathname, Astro.site);
-
-
-
+