- Install Cannon printer drivers
sudo apt update; sudo apt install software-properties-common cups-backend-bjnp - Make sure user has password (add password using
sudo passwd $user) - Follow instructions to install server https://pimylifeup.com/raspberry-pi-print-server/
- Chrome doesn't work to add a printer - worked on Safari
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| version: "2.1" | |
| volumes: | |
| firefox: | |
| services: | |
| firefox: | |
| image: ghcr.io/linuxserver/firefox | |
| container_name: firefox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3.3" | |
| services: | |
| homepage: | |
| image: ghcr.io/benphelps/homepage:latest | |
| container_name: homepage | |
| ports: | |
| - 7200:3000 | |
| volumes: | |
| - /data/homepage/config:/app/config # Make sure your local config directory exists | |
| - /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.3' | |
| services: | |
| stirling-pdf: | |
| image: frooodle/s-pdf:latest | |
| ports: | |
| - '8080:8080' | |
| volumes: | |
| - /home/docker/pdf/trainingData:/usr/share/tesseract-ocr/4.00/tessdata #Required for extra OCR languages | |
| - /home/docker/pdf/extraConfigs:/configs | |
| # - /home/docker/pdf/customFiles:/customFiles/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Agent 1 | |
| description: |- | |
| Dein persönlicher, hilfreicher Agent 1 ✨ | |
| Ich bin hier, um dich bei deinen täglichen Routinen zu unterstützen und dafür zu sorgen, dass du bestens vorbereitet in den Tag starten kannst! 💪🌞 | |
| 🌦️ **Wetter:** Ich halte dich über das aktuelle Wetter auf dem Laufenden, damit du immer passend gekleidet bist. | |
| 📅 **Kalender:** Ich informiere dich über deine bevorstehenden Termine und wichtige Ereignisse, damit du nichts verpasst. |
