Compare commits
	
		
			3 Commits
		
	
	
		
			33c87bbcf1
			...
			41464d14e7
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 41464d14e7 | |||
| e49c7e5022 | |||
| 2e44e98f5c | 
@@ -1,7 +1,7 @@
 | 
				
			|||||||
version: "3"
 | 
					version: "3"
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  server:
 | 
					  server:
 | 
				
			||||||
    image: gitea/gitea:1.22.1
 | 
					    image: gitea/gitea:1
 | 
				
			||||||
    container_name: gitea
 | 
					    container_name: gitea
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - USER_UID=1000
 | 
					      - USER_UID=1000
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,19 +5,6 @@ pages:
 | 
				
			|||||||
        widgets:
 | 
					        widgets:
 | 
				
			||||||
          - type: calendar
 | 
					          - type: calendar
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          - type: rss
 | 
					 | 
				
			||||||
            limit: 10
 | 
					 | 
				
			||||||
            collapse-after: 3
 | 
					 | 
				
			||||||
            cache: 3h
 | 
					 | 
				
			||||||
            feeds:
 | 
					 | 
				
			||||||
              - url: https://ciechanow.ski/atom.xml
 | 
					 | 
				
			||||||
              - url: https://www.joshwcomeau.com/rss.xml
 | 
					 | 
				
			||||||
                title: Josh Comeau
 | 
					 | 
				
			||||||
              - url: https://samwho.dev/rss.xml
 | 
					 | 
				
			||||||
              - url: https://awesomekling.github.io/feed.xml
 | 
					 | 
				
			||||||
              - url: https://ishadeed.com/feed.xml
 | 
					 | 
				
			||||||
                title: Ahmad Shadeed
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
          - type: twitch-channels
 | 
					          - type: twitch-channels
 | 
				
			||||||
            channels:
 | 
					            channels:
 | 
				
			||||||
              - warhammer
 | 
					              - warhammer
 | 
				
			||||||
@@ -75,5 +62,32 @@ pages:
 | 
				
			|||||||
          feeds:
 | 
					          feeds:
 | 
				
			||||||
            - url: https://thesatelliteoflove.com/feeds/warhammer_rss_feed.xml
 | 
					            - url: https://thesatelliteoflove.com/feeds/warhammer_rss_feed.xml
 | 
				
			||||||
              title: Warhammer Community
 | 
					              title: Warhammer Community
 | 
				
			||||||
 | 
					  - name: Self Hosting
 | 
				
			||||||
   
 | 
					    columns:
 | 
				
			||||||
 | 
					    - size: small
 | 
				
			||||||
 | 
					      widgets:
 | 
				
			||||||
 | 
					      - type: releases
 | 
				
			||||||
 | 
					        show-source-icon: true
 | 
				
			||||||
 | 
					        repositories:
 | 
				
			||||||
 | 
					        - go-gitea/gitea
 | 
				
			||||||
 | 
					        - louislam/dockge
 | 
				
			||||||
 | 
					        - glanceapp/glance
 | 
				
			||||||
 | 
					        - hoarder-app/hoarder
 | 
				
			||||||
 | 
					        - goauthentik/authentik
 | 
				
			||||||
 | 
					        - superseriousbusiness/gotosocial
 | 
				
			||||||
 | 
					        - stonith404/pingvin-share
 | 
				
			||||||
 | 
					        - caddyserver/caddy
 | 
				
			||||||
 | 
					    - size: full
 | 
				
			||||||
 | 
					      widgets:
 | 
				
			||||||
 | 
					      - type: rss
 | 
				
			||||||
 | 
					        limit: 10
 | 
				
			||||||
 | 
					        collapse-after: 3
 | 
				
			||||||
 | 
					        cache: 3h
 | 
				
			||||||
 | 
					        feeds:
 | 
				
			||||||
 | 
					        - url: https://ciechanow.ski/atom.xml
 | 
				
			||||||
 | 
					        - url: https://www.joshwcomeau.com/rss.xml
 | 
				
			||||||
 | 
					          title: Josh Comeau
 | 
				
			||||||
 | 
					        - url: https://samwho.dev/rss.xml
 | 
				
			||||||
 | 
					        - url: https://awesomekling.github.io/feed.xml
 | 
				
			||||||
 | 
					        - url: https://ishadeed.com/feed.xml
 | 
				
			||||||
 | 
					          title: Ahmad Shadeed
 | 
				
			||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
services:
 | 
					services:
 | 
				
			||||||
  pingvin-share:
 | 
					  pingvin-share:
 | 
				
			||||||
    image: stonith404/pingvin-share
 | 
					    image: stonith404/pingvin-share:v1.2.1
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - TRUST_PROXY=true
 | 
					      - TRUST_PROXY=true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user