Skip to content

Instantly share code, notes, and snippets.

@Ferywir
Ferywir / ygg-api-download.yml
Created October 30, 2025 14:22 — forked from Clemv95/ygg-api-download.yml
Indexeur ygg-api pour jackett / prowlarr
---
id: yggapi
name: YggAPI
description: Indexeur non-officiel pour YggTorrent (YGG) - MOVIES / TV
language: fr-FR
type: private
encoding: UTF-8
testlinktorrent: false
links:
- https://yggapi.eu/
@Ferywir
Ferywir / grocy.conf
Last active February 15, 2023 20:39 — forked from Hotfirenet/grocy.conf
Installation de grocy sur une debian Buster clean
<VirtualHost *:80>
DocumentRoot /var/www/grocy/public
ErrorLog ${APACHE_LOG_DIR}/error-grocy.log
CustomLog ${APACHE_LOG_DIR}/access-grocy.log combined
<Directory "/var/www/grocy">
AllowOverride All
Order allow,deny
Allow from all
</Directory>