Skip to content

Commit

Permalink
adding cal and chatwoot
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Feb 24, 2024
1 parent c7d06f2 commit e114b85
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
37 changes: 37 additions & 0 deletions content/docs/Debian/virtualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,41 @@ sudo snap install sosumi
#sudo snap remove sosumi
```

1. Boot macOS install from macOS Base System
2. Format Virtual Hard Drive

### How to run Mac Apps on Linux?

Use [DarlingHQ](https://github.com/darlinghq/darling) - https://docs.darlinghq.org/build-instructions.html

```sh
sudo apt-get install cmake clang bison flex xz-utils libfuse-dev libudev-dev pkg-config libc6-dev-i386 linux-headers-generic gcc-multilib libcap2-bin libcairo2-dev libgl1-mesa-dev libtiff-dev libfreetype6-dev libxml2-dev libegl1-mesa-dev libfontconfig1-dev libbsd-dev

git clone --recursive https://github.com/darlinghq/darling.git

sudo apt install clang-11
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
sudo apt install clang-11 lldb-11 lld-11
sudo apt install clang-11 lldb-11 lld-11

sudo apt-get install libgif-dev
sudo apt-get install libxkbfile-dev
sudo apt-get install libpulse-dev

sudo apt-get install libglu1-mesa-dev


cd darling
mkdir build
cd build
#cmake ..
cmake .. -DCMAKE_C_COMPILER=/usr/bin/clang-11 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-11

make

sudo make install


```

### How to do GPU PassThrough?
6 changes: 6 additions & 0 deletions content/docs/Linux_&_Cloud.md/selfhosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ Thanks to to [Tech-Practice](https://www.youtube.com/watch?v=HPO7fu7Vyw4&t=445s)

## Productivity

* [Cal](https://github.com/calcom/cal.com)
* Together with a caldav / [Stripe](https://cal.com/docs/how-to-guides/how-to-set-up-an-event-type-to-receive-payments) / Signal / Matrix / Web Analytics / ...
* It admits [webhooks](https://cal.com/docs/core-features/webhooks)
* [Chatwoot](https://fossengineer.com/selfhosting-chatwoot)
* Also allows webhooks

## Communication

* Matrix Server: https://fossengineer.com/selfhosting-matrix-synapse-docker/
Expand Down
4 changes: 3 additions & 1 deletion content/docs/Privacy/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Well, nature of crypto is F/OSS (if it is not you better run):
IPFS (InterPlanetary File System) is one of the foundational technologies that could serve as a backbone for Web3 due to its role in enabling decentralized storage and access to data across the internet.

PFS provides the infrastructure necessary for developing and hosting decentralized applications.
<iframe width="560" height="315" src="https://www.youtube.com/embed/xsvTEzTirlQ" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/rOtMGJVp2MU" frameborder="0" allowfullscreen></iframe>

{{% details title="Filecoin" closed="true" %}}

Expand All @@ -219,6 +219,8 @@ PFS provides the infrastructure necessary for developing and hosting decentraliz

Filecoin introduces cryptographic proofs to ensure files are stored correctly and securely. These include Proof of Replication (PoRep) and Proof of Spacetime (PoSt), which verify that data is being stored as intended over time.

> You can also check [Arweave](https://www.arweave.org/)
{{% /details %}}


Expand Down

0 comments on commit e114b85

Please sign in to comment.