Compare commits
No commits in common. "75cd2302a9943bb72313524a8eaff1b438ce7f65" and "d53f55b554389e6c9bed9f200e5a0ed7d6f453da" have entirely different histories.
75cd2302a9
...
d53f55b554
5 changed files with 0 additions and 47 deletions
11
.project
11
.project
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>thedocks</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -1,4 +0,0 @@
|
|||
# piwigo setup
|
||||
|
||||
|
||||
HTS Tvheadend 4.3-1979~g8fc2dfa7e
|
8
piwigo/config/.gitignore
vendored
8
piwigo/config/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
# .gitignore sample
|
||||
###################
|
||||
|
||||
# Ignore all files in this dir...
|
||||
*
|
||||
|
||||
# ... except for this one.
|
||||
!.gitignore
|
|
@ -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
|
8
piwigo/gallery/.gitignore
vendored
8
piwigo/gallery/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
# .gitignore sample
|
||||
###################
|
||||
|
||||
# Ignore all files in this dir...
|
||||
*
|
||||
|
||||
# ... except for this one.
|
||||
!.gitignore
|
Loading…
Add table
Reference in a new issue