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 2024/10/09 | |
| server { | |
| listen 443 ssl; | |
| listen [::]:443 ssl; | |
| server_name searx.*; | |
| include /config/nginx/ssl.conf; |
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
| services: | |
| swag: | |
| image: searxng/searxng | |
| container_name: searx-ng | |
| environment: | |
| - PUID=1000 | |
| - PGID=1000 | |
| - BASE_URL=https://searx.domaine.fr | |
| - INSTANCE_NAME=DomaineSearch | |
| - TZ=Europe/Paris |
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
| services: | |
| ollama: | |
| image: ollama/ollama:latest | |
| container_name: ollama | |
| volumes: | |
| - /volume1/docker/ollama-web/ollama:/root/.ollama | |
| #pull_policy: always | |
| #tty: true | |
| #ports: | |
| # -11434:11434 |
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
| server { | |
| listen 443 ssl; | |
| listen [::]:443 ssl; | |
| server_name linkwarden.domaine.fr | |
| include /config/nginx/ssl.conf; | |
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
| services: | |
| db: | |
| image: postgres:16 | |
| container_name: Linkwarden-DB | |
| hostname: linkwarden-db | |
| mem_limit: 1g | |
| cpu_shares: 768 | |
| security_opt: | |
| - no-new-privileges:true | |
| healthcheck: |
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
| services: | |
| ollama: | |
| image: ollama/ollama:latest | |
| container_name: ollama | |
| volumes: | |
| - ollama:/root/.ollama | |
| #pull_policy: always | |
| #tty: true | |
| #ports: | |
| # -11434:11434 |
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
| services: | |
| swag: | |
| image: searxng/searxng | |
| container_name: searx-ng | |
| environment: | |
| - PUID=1000 | |
| - PGID=1000 | |
| - BASE_URL=https://searx.portail.domaine.fr | |
| - INSTANCE_NAME=SearchApps | |
| - TZ=Europe/Paris |
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
| services: | |
| swag: | |
| image: lscr.io/linuxserver/swag | |
| container_name: swag | |
| cap_add: | |
| - NET_ADMIN | |
| environment: | |
| - PUID=1000 | |
| - PGID=1000 | |
| - TZ=Europe/Paris |
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/gethomepage/homepage:latest | |
| container_name: homepage | |
| environment: | |
| PUID: 1000 | |
| PGID: 1000 | |
| ports: | |
| - 3000:3000 |
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
| <?xpacket begin="" id="W5M0MpCehiHzreSiNTczkc9d"?> | |
| <x:xmpmeta xmlns:x="adobe:ns:meta/" xmptk="SAMSUNG 360CAM"> | |
| <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> | |
| <rdf:Description rdf:about="" xmlns:GPano="http://ns.google.com/photos/1.0/panorama/"> | |
| <GPano:ProjectionType>equirectangular</GPano:ProjectionType> |