diff --git a/.project b/.project deleted file mode 100644 index 146d7af..0000000 --- a/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - thedocks - - - - - - - - diff --git a/piwigo/README.md b/piwigo/README.md deleted file mode 100644 index e75b7f4..0000000 --- a/piwigo/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# piwigo setup - - -HTS Tvheadend 4.3-1979~g8fc2dfa7e \ No newline at end of file diff --git a/piwigo/config/.gitignore b/piwigo/config/.gitignore deleted file mode 100644 index 1e04ba0..0000000 --- a/piwigo/config/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# .gitignore sample -################### - -# Ignore all files in this dir... -* - -# ... except for this one. -!.gitignore diff --git a/piwigo/docker-compose.yml b/piwigo/docker-compose.yml deleted file mode 100644 index a086e9c..0000000 --- a/piwigo/docker-compose.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -version: "2.1" -services: - piwigo: - image: lscr.io/linuxserver/piwigo - container_name: piwigo - environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/London - volumes: - - ./config>:/config - - ./gallery>:/gallery - ports: - - 8002:80 - restart: unless-stopped \ No newline at end of file diff --git a/piwigo/gallery/.gitignore b/piwigo/gallery/.gitignore deleted file mode 100644 index 1e04ba0..0000000 --- a/piwigo/gallery/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# .gitignore sample -################### - -# Ignore all files in this dir... -* - -# ... except for this one. -!.gitignore