The bmannconsulting.com website

video lobby, about page, CalDotCom

+9
_journals/2024-04-23_1045.md
···
···
+
---
+
title: April 23rd, 2024
+
date: 2024-04-23, 10:45:42 -07:00
+
section: journal
+
tags:
+
- CalDotCom
+
- CommonsComputer
+
---
+
Updating my profile on the [[Cal.com|CalDotCom]] booking calendar I self host on [[Commons Computer]] and once again really impressed at the feature set. Next up: [[Daily]] as Zoom replacement (this powers Cal Video).
+23 -2
_notes/Boris Mann.md
···
<!-- copy/paste from home page -->
I'm interested in [[Open Source]], community, and [[co-op|co-operative]] models.
-
I'm the founder of [[Fission]]. In Canada I help run the [[CoSocial]] Community Co-op. In Vancouver, I'm one of the organizers of [[DWebYVR]].
I've been exploring [[Cohousing]]. I like to cook & eat and have a [[FoodWiki]].
···
* [[self-hosting is selfish]]
* [[Three Definitions of Open Source]]
-
There's a [[Colophon]] that covers how the website itself is built. [[BMC]] is a bit of a todo around website things.
···
<!-- copy/paste from home page -->
I'm interested in [[Open Source]], community, and [[co-op|co-operative]] models.
+
In Canada I help run the [[CoSocial]] Community Co-op. In Vancouver, I'm one of the organizers of [[DWebYVR]].
I've been exploring [[Cohousing]]. I like to cook & eat and have a [[FoodWiki]].
···
* [[self-hosting is selfish]]
* [[Three Definitions of Open Source]]
+
There's a [[Colophon]] that covers how the website itself is built. [[BMC]] is a bit of a todo around website things.
+
+
## Meeting
+
+
I'm happy to <a data-cal-link="boris/vancouver" data-cal-config="week_view" data-cal-namespace="">meet in person in Vancouver</a> or do an <a data-cal-namespace="" data-cal-link="boris/30min" data-cal-config="month_view">intro video call</a>.
+
+
<!-- Cal element-click embed code begins -->
+
<script type="text/javascript">
+
(function (C, A, L) { let p = function (a, ar) { a.q.push(ar); }; let d = C.document; C.Cal = C.Cal || function () { let cal = C.Cal; let ar = arguments; if (!cal.loaded) { cal.ns = {}; cal.q = cal.q || []; d.head.appendChild(d.createElement("script")).src = A; cal.loaded = true; } if (ar[0] === L) { const api = function () { p(api, arguments); }; const namespace = ar[1]; api.q = api.q || []; if(typeof namespace === "string"){cal.ns[namespace] = cal.ns[namespace] || api;p(cal.ns[namespace], ar);p(cal, ["initNamespace", namespace]);} else p(cal, ar); return;} p(cal, ar); }; })(window, "https://cal.commonscomputer.com/embed/embed.js", "init");
+
Cal("init", {origin:"https://cal.commonscomputer.com"});
+
+
+
// Important: Please add the following attributes to the element that should trigger the calendar to open upon clicking.
+
// `data-cal-link="boris/30min"`
+
// data-cal-namespace=""
+
// `data-cal-config='{"layout":"week_view"}'`
+
+
Cal("ui", {"styles":{"branding":{"brandColor":"#000000"}},"hideEventTypeDetails":false,"layout":"week_view"});
+
</script>
+
<!-- Cal element-click embed code ends -->
+
+
I may occasionally available in my [[lobby|Video Lobby]].
+33
_notes/Cal.com.md
···
···
+
---
+
link: https://cal.com
+
tags:
+
- CloudronApp
+
- calendar
+
- selfhosting
+
- opensource
+
- AGPL
+
- COSS
+
aliases:
+
- CalDotCom
+
---
+
[[Commercial Open Source Software]] replacement for [Calendly](https://calendly.com) and similar calendar scheduling apps.
+
+
I self host an install with [[Commons Computer]]. Book some time at
+
+
## Pricing
+
+
See the [pricing grid](https://cal.com/pricing)
+
* individuals are "free forever"
+
* team $15/user/month
+
* organization $37/user/month
+
+
Self hosting on a paid license needs a minimum of 30 users.
+
## Licensing
+
+
[AGPL](https://github.com/calcom/cal.com/blob/main/LICENSE) licensed, plus [Cal.com Commercial License](https://github.com/calcom/cal.com/blob/main/apps/api/v2/src/ee/LICENSE) for Enterprise features, even if self-hosted.
+
+
> This software and associated documentation files (the "Software") may only be used in production, if you (and any entity that you represent) have agreed to, and are in compliance with, the Cal.com Subscription Terms available at https://cal.com/terms, or other agreements governing the use of the Software, as mutually agreed by you and Cal.com, Inc ("Cal.com"), and otherwise have a valid Cal.com Enterprise Edition subscription ("Commercial Subscription") for the correct number of hosts as defined in the "Commercial Terms ("Hosts").
+
+
## Video
+
+
Powered by [[Daily]]. On the self-hosted version you add your own API key.
+11
_notes/Commercial Open Source Software.md
···
···
+
---
+
aliases:
+
- COSS
+
tags:
+
- opensource
+
---
+
Commercial Open Source Software aka COSS
+
+
Often have some form of open core or hybrid licensing, where parts of the software are under an open source license, and other organizational or enterprise features require a paid license.
+
+
+14
_notes/Daily.md
···
···
+
---
+
link: https://daily.co
+
tags:
+
- video
+
- saas
+
- app
+
- devtools
+
- webrtc
+
---
+
A developer platform for real-time voice and video.
+
+
Lets you build Zoom clones, 1000s of participants, recordings, etc.
+
+
Powers the [[Cal.com]] video.
+13
_pages/lobby.md
···
···
+
---
+
layout: page
+
title: Video Lobby 📺
+
permalink: /lobby/
+
---
+
+
<script src="https://unpkg.com/@daily-co/daily-js"></script>
+
<script>
+
callFrame = window.Daily.createFrame();
+
callFrame.join({ url: 'https://bmann.daily.co/lobby' });
+
</script>
+
+
A video lobby powered by [[Daily]].