Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/Verba/description
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
verba is an ai slop and doomscrolling free privacy first text social media platform (first version is in german, english is coming too). no profit for me. i make it in my free time as hobby. written in only one html file, but with menu and different sites. e-mail verification is coming too. based on supabase.
19 changes: 19 additions & 0 deletions apps/Verba/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/bash
# 1. Abhängigkeiten installieren
sudo apt update
sudo apt install -y surf

# 2. Den Starter (.desktop Datei) erstellen
# Damit erscheint "Verba" im Startmenü unter 'Internet'
echo "[Desktop Entry]
Name=Verba
Comment=Social Media Plattform
Exec=surf -K https://soc-verba.github.io/verba-soc/
Icon=/opt/verba/icon.png
Terminal=false
Type=Application
Categories=Network;" | sudo tee /usr/share/applications/verba.desktop

# 3. Icon-Verzeichnis anlegen und Icon speichern
sudo mkdir -p /opt/verba
sudo wget -O /opt/verba/icon.png https://raw.githubusercontent.com/soc-verba/verba-soc/main/icon.png
3 changes: 3 additions & 0 deletions apps/Verba/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
sudo rm /usr/share/applications/verba.desktop
sudo rm -rf /opt/verba
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.