mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Add post on proxmox MTU vs VLAN
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -38,13 +38,18 @@ Your report message will immediately be deleted from the channel, and an alert r
|
||||
|
||||
### 📔 Information
|
||||
|
||||
The following channels are automated, and provide updates for issues like new PRs, subreddit posts, etc:
|
||||
|
||||
|
||||
| Channel Name | Channel Use |
|
||||
|--------------------|------------------------------------------------------------|
|
||||
| #announcements | Used for important announcements |
|
||||
| #changelog | Used for major changes to the cookbook (to be deprecated) |
|
||||
| #cookbook-updates | Updates on all pushes to the master branch of the cookbook |
|
||||
| #premix-updates | Updates on all pushes to the master branch of the premix |
|
||||
| #discourse-updates | Updates to Discourse topics |
|
||||
| #forum-threads | Updates to Discourse topics |
|
||||
| #subreddit-posts | New topics in r/funkypenguin |
|
||||
|
||||
|
||||
### 💬 Discussion
|
||||
|
||||
@@ -57,30 +62,15 @@ Your report message will immediately be deleted from the channel, and an alert r
|
||||
| #docker-swarm | Discussions about Docker Swarm |
|
||||
| #today-i-learned | Post tips/tricks you've stumbled across
|
||||
| #jobs | For seeking / advertising jobs, bounties, projects, etc |
|
||||
| #advertisements | In here you can advertise your stream, services or websites, at a limit of 2 posts per day |
|
||||
| #promotion | In here you can advertise your stream, services or websites, at a limit of 2 posts per day |
|
||||
| #dev | Used for collaboratio around current development. |
|
||||
|
||||
### Suggestions
|
||||
|
||||
| Channel Name | Channel Use |
|
||||
|--------------|-------------------------------------|
|
||||
| #in-flight | A list of all suggestions in-flight |
|
||||
| #completed | A list of completed suggestions |
|
||||
|
||||
### Music
|
||||
|
||||
| Channel Name | Channel Use |
|
||||
|------------------|-----------------------------------|
|
||||
| #music | DJs go here to control music |
|
||||
| #listen-to-music | Jump in here to rock out to music |
|
||||
|
||||
## How to get help.
|
||||
|
||||
If you need assistance at any time there are a few commands that you can run in order to get help.
|
||||
|
||||
`!help` Shows help content.
|
||||
|
||||
`!faq` Shows frequently asked questions.
|
||||
* `!help` Shows help content.
|
||||
* `!faq` Shows frequently asked questions.
|
||||
|
||||
## Spread the love (inviting others)
|
||||
|
||||
@@ -95,10 +85,3 @@ Discord supports minimal message formatting using [markdown](https://support.dis
|
||||
|
||||
!!! tip "Editing your most recent message"
|
||||
You can edit your most-recent message by pushing the up arrow, make your edits, and then push `Enter` to save!
|
||||
|
||||
## How do I suggest something?
|
||||
|
||||
1. Find the #completed channel (*under the **Suggestions** category*), and confirm that your suggestion hasn't already been voted on.
|
||||
2. Find the #in-flight channel (*also under **Suggestions***), and confirm that your suggestion isn't already in-flight (*but not completed yet*)
|
||||
3. In any channel, type `!suggest [your suggestion goes here]`. A post will be created in #in-flight for other users to vote on your suggestion. Suggestions change color as more users vote on them.
|
||||
4. When your suggestion is completed (*or a decision has been made*), you'll receive a DM from carl-bot
|
||||
|
||||
102
docs/community/matrix.md
Normal file
102
docs/community/matrix.md
Normal file
@@ -0,0 +1,102 @@
|
||||
---
|
||||
title: Geek out with Funky Penguin's Matrix Server
|
||||
description: Geek out in the Fediverse with our Matrix instance!
|
||||
icon: simple/matrix
|
||||
status: new
|
||||
---
|
||||
|
||||
# How to geek out in [m]atrix
|
||||
|
||||
If you're hesitant to dip your toes into the wall-garden of our [Discord server](http://chat.funkypenguin.co.nz), then Matrix is the place for you!
|
||||
|
||||
!!! question "Eh? What's this federated chat thing? Who own my data? (/puts on tin-foil hat) !!"
|
||||
Yeah, I know. I also thought Discord was just for the gamer kids, but it turns out it's great for a geeky community. Why? [Let me elucidate ya.](https://www.youtube.com/watch?v=1qHoSWxVqtE)..
|
||||
|
||||
1. Native markdown for code blocks
|
||||
2. Drag-drop screenshots
|
||||
3. Costs nothing, no ads
|
||||
4. Mobile notifications are reliable, individual channels mutable, etc
|
||||
|
||||
## How do I join the Matrix server?
|
||||
|
||||
1. If you already have a matrix account, you can use it to access our server (the magic of federation). See the channels list below for details
|
||||
2. If you don't have an account yet, [create one](https://m.fnky.nz), using your email address, or just login with GitHub
|
||||
3. Use the WebUI, or get one of the [many available](https://matrix.org/clients/) mobile / desktop clients
|
||||
4. Join the channels you're interested in (*below*)! and say hi!
|
||||
|
||||
## How do I search?
|
||||
|
||||
Maybe it's just my years of using Discord, but I expected to be able to enter any search string in the main "search" field in my Matrix client, and have the relevant messages surfaced. Turns out, that's not how it works! The primary "search" field in the Elements UI, for example, searches **room names** (*i.e., show me all the rooms matching the string "chat"*). To search **within** a room, it's necessary to first navigate to that room, and then "room search" is a contextual action you can take **within** the room. I've not yet found out how do a partial string match though (*"chatgpt" matches, but "chatgp" does no*t).
|
||||
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
With the goal of creating a safe and inclusive community, we've adopted the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/), as described [here](/community/code-of-conduct/), and use of the Matrix instance is subject to this code of conduct.
|
||||
|
||||
## Channels
|
||||
|
||||
### 📔 Information
|
||||
|
||||
| Channel Name | Channel Use |
|
||||
|--------------------|------------------------------------------------------------|
|
||||
| [#announcements](https://matrix.to/#/#announcements:m.fnky.nz) | Used for important announcements |
|
||||
| #cookbook-updates | Updates on all pushes to the master branch of the cookbook |
|
||||
| #premix-updates | Updates on all pushes to the master branch of the premix |
|
||||
| #discourse-updates | Updates to Discourse topics |
|
||||
|
||||
### 💬 Discussion
|
||||
|
||||
| Channel Name | Channel Use |
|
||||
|----------------|----------------------------------------------------------|
|
||||
| #introductions | New? Pop in here and say hi :) |
|
||||
| [#general](https://matrix.to/#/#general:m.fnky.nz) | General chat - anything goes |
|
||||
| [#cookbook](https://matrix.to/#/#cookbook:m.fnky.nz) | Discussions specifically around the cookbook and recipes |
|
||||
| [#kubernetes](https://matrix.to/#/#kubernetes:m.fnky.nz) | Discussions about Kubernetes |
|
||||
| [#docker-swarm](https://matrix.to/#/#docker-swarm:m.fnky.nz) | Discussions about Docker Swarm |
|
||||
| #today-i-learned | Post tips/tricks you've stumbled across
|
||||
| [#jobs](https://matrix.to/#/#jobs:m.fnky.nz) | For seeking / advertising jobs, bounties, projects, etc |
|
||||
| [#advertisements](https://matrix.to/#/#advertisments:m.fnky.nz) | In here you can advertise your stream, services or websites, at a limit of 2 posts per day |
|
||||
| [#dev](https://matrix.to/#/#dev:m.fnky.nz) | Used for collaboratio around current development. |
|
||||
|
||||
### Suggestions
|
||||
|
||||
| Channel Name | Channel Use |
|
||||
|--------------|-------------------------------------|
|
||||
| #in-flight | A list of all suggestions in-flight |
|
||||
| #completed | A list of completed suggestions |
|
||||
|
||||
### Music
|
||||
|
||||
| Channel Name | Channel Use |
|
||||
|------------------|-----------------------------------|
|
||||
| #music | DJs go here to control music |
|
||||
| #listen-to-music | Jump in here to rock out to music |
|
||||
|
||||
## How to get help.
|
||||
|
||||
If you need assistance at any time there are a few commands that you can run in order to get help.
|
||||
|
||||
`!help` Shows help content.
|
||||
|
||||
`!faq` Shows frequently asked questions.
|
||||
|
||||
## Spread the love (inviting others)
|
||||
|
||||
Invite your co-geeks to Discord by:
|
||||
|
||||
1. Sending them a link to <http://chat.funkypenguin.co.nz>, or
|
||||
2. Right-click on the Discord server name and click "Invite People"
|
||||
|
||||
## Formatting your message
|
||||
|
||||
Discord supports minimal message formatting using [markdown](https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-).
|
||||
|
||||
!!! tip "Editing your most recent message"
|
||||
You can edit your most-recent message by pushing the up arrow, make your edits, and then push `Enter` to save!
|
||||
|
||||
## How do I suggest something?
|
||||
|
||||
1. Find the #completed channel (*under the **Suggestions** category*), and confirm that your suggestion hasn't already been voted on.
|
||||
2. Find the #in-flight channel (*also under **Suggestions***), and confirm that your suggestion isn't already in-flight (*but not completed yet*)
|
||||
3. In any channel, type `!suggest [your suggestion goes here]`. A post will be created in #in-flight for other users to vote on your suggestion. Suggestions change color as more users vote on them.
|
||||
4. When your suggestion is completed (*or a decision has been made*), you'll receive a DM from carl-bot
|
||||
48
docs/community/slack.md
Normal file
48
docs/community/slack.md
Normal file
@@ -0,0 +1,48 @@
|
||||
---
|
||||
title: Engage with the Geek Cookbook in GitHub
|
||||
description: How to use GitHub to interact with the Geek Cookbook community
|
||||
icon: fontawesome/brands/slack
|
||||
status: new
|
||||
---
|
||||
|
||||
# How to geek on Slack
|
||||
|
||||
## Get yer invite!
|
||||
|
||||
Joing a Slack server requires an invite. To get yours, go [here](https://communityinviter.com/apps/funkypenguin/geek-with-us), or use the form below:
|
||||
|
||||
<div id="CommunityInviter"></div>
|
||||
<script>
|
||||
window.CommunityInviterAsyncInit = function () {
|
||||
CommunityInviter.init({
|
||||
app_url:'geek-with-us',
|
||||
team_id:'funkypenguin'
|
||||
})
|
||||
};
|
||||
|
||||
(function(d, s, id){
|
||||
var js, fjs = d.getElementsByTagName(s)[0];
|
||||
if (d.getElementById(id)) {return;}
|
||||
js = d.createElement(s); js.id = id;
|
||||
js.src = "https://communityinviter.com/js/communityinviter.js";
|
||||
fjs.parentNode.insertBefore(js, fjs);
|
||||
}(document, 'script', 'Community_Inviter'));
|
||||
</script>
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
With the goal of creating a safe and inclusive community, we've adopted the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/), as described [here](/community/code-of-conduct/). Use of the Slack server is subject to this code of conduct.
|
||||
|
||||
## Spread the love (inviting others)
|
||||
|
||||
Invite your co-geeks to Slack by sending them a link to this page, or directly to the [invite generator](https://communityinviter.com/apps/funkypenguin/geek-with-us)
|
||||
|
||||
## Formatting your message
|
||||
|
||||
See Slack's help page on formatting messages, [here](https://slack.com/help/articles/202288908-Format-your-messages).
|
||||
|
||||
!!! tip "Editing your most recent message"
|
||||
You can edit your most-recent message by pushing the up arrow, make your edits, and then push `Enter` to save!
|
||||
|
||||
|
||||
--8<-- "common-links.md"
|
||||
Reference in New Issue
Block a user