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> |
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
Hello there so i m using Kali linux : | |
version : 2021 -1 | |
First i do this for the sound : | |
``` | |
# Step 1 - Install Some PreReqs | |
sudo apt-get install git libpulse-dev autoconf m4 intltool build-essential dpkg-dev -y | |
sudo apt build-dep pulseaudio -y |
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
Distro Details | |
============================================================================================================================================================= | |
Date: | |
Distro: Ubuntu 20.04.2 LTS | |
Arch: x86_64 | |
Kernel: 5.4.0-70-generic | |
Hostname: srv-ark-02 | |
Uptime: 3d, 5h, 15m | |
tmux: tmux 3.0a |
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
Distro Details | |
============================================================================================================================================================= | |
Date: | |
Distro: Ubuntu 20.04.2 LTS | |
Arch: x86_64 | |
Kernel: 5.4.0-70-generic | |
Hostname: srv-ark-02 | |
Uptime: 3d, 1h, 46m | |
tmux: tmux 3.0a |