checking in
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 39s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 39s
This commit is contained in:
parent
8bbbee3e2a
commit
162441f586
@ -105,7 +105,10 @@ pages:
|
|||||||
subreddit: n8n
|
subreddit: n8n
|
||||||
show-thumbnails: true
|
show-thumbnails: true
|
||||||
- type: reddit
|
- type: reddit
|
||||||
subreddit: n8n
|
subreddit: kubernetes
|
||||||
|
show-thumbnails: true
|
||||||
|
- type: reddit
|
||||||
|
subreddit: rag
|
||||||
show-thumbnails: true
|
show-thumbnails: true
|
||||||
|
|
||||||
- type: videos
|
- type: videos
|
||||||
@ -187,23 +190,17 @@ pages:
|
|||||||
title: News Feeds
|
title: News Feeds
|
||||||
widgets:
|
widgets:
|
||||||
- type: rss
|
- type: rss
|
||||||
title: Local News
|
title: Quartz
|
||||||
style: horizontal-cards
|
style: grid-cards
|
||||||
feeds:
|
feeds:
|
||||||
- url: https://rss.app/feeds/zGtl0lQuVVN1ew1Y.xml
|
- url: https://qz.com/rss
|
||||||
title: NY Times
|
title: Quartz
|
||||||
- type: rss
|
- type: rss
|
||||||
title: US News
|
title: AP
|
||||||
style: horizontal-cards
|
style: grid-cards
|
||||||
feeds:
|
feeds:
|
||||||
- url: https://rss.nytimes.com/services/xml/rss/nyt/US.xml
|
- url: https://news.google.com/rss/search?q=when:24h+allinurl:apnews.com
|
||||||
title: NY Times
|
title: AP
|
||||||
- type: rss
|
|
||||||
title: World News
|
|
||||||
style: horizontal-cards
|
|
||||||
feeds:
|
|
||||||
- url: https://rss.nytimes.com/services/xml/rss/nyt/Politics.xml
|
|
||||||
title: NY Times
|
|
||||||
|
|
||||||
- type: videos
|
- type: videos
|
||||||
style: grid-cards
|
style: grid-cards
|
||||||
|
|||||||
16
minio/docker-compose.yml
Normal file
16
minio/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
minio:
|
||||||
|
image: quay.io/minio/minio:RELEASE.2023-11-01T01-57-10Z-cpuv1
|
||||||
|
container_name: minio
|
||||||
|
ports:
|
||||||
|
- "9001:9000"
|
||||||
|
- "9091:9090"
|
||||||
|
volumes:
|
||||||
|
- minio_data:/data
|
||||||
|
environment:
|
||||||
|
MINIO_ROOT_USER: "geezo"
|
||||||
|
MINIO_ROOT_PASSWORD: "#4famakin"
|
||||||
|
command: server /data --console-address ":9090"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
minio_data:
|
||||||
Loading…
Reference in New Issue
Block a user