Decom libreddit

This commit is contained in:
Salt 2024-05-21 18:45:45 -05:00
parent 14325bb33b
commit 5789d81da4
3 changed files with 0 additions and 26 deletions

View File

@ -100,8 +100,6 @@
value: vm-general-1.ashburn.mgmt.desu.ltd
- record: gitlab.desu.ltd
value: vm-general-1.ashburn.mgmt.desu.ltd
- record: lr.desu.ltd
value: vm-general-1.ashburn.mgmt.desu.ltd
- record: matrix.desu.ltd
value: vm-general-1.ashburn.mgmt.desu.ltd
- record: movie.desu.ltd

View File

@ -24,7 +24,6 @@
- web/element-web.yml
- web/firefly-iii.yml
- web/gitea.yml
- web/libreddit.yml
- web/netbox.yml
- web/nextcloud.yml
- web/prowlarr.yml
@ -252,11 +251,6 @@
proxy_pass: http://firefly-importer:8080
- name: git.desu.ltd
proxy_pass: http://gitea:3000
- name: lr.desu.ltd
directives:
- "allow {{ common_home_address }}/{{ common_home_address_mask }}"
- "deny all"
proxy_pass: http://libreddit:8080
- name: matrix.desu.ltd
proxies:
- location: "~* ^(\/_matrix|\/_synapse|\/client|\/health)"

View File

@ -1,18 +0,0 @@
# vim:ft=ansible:
- name: docker deploy libreddit
docker_container:
name: libreddit
image: spikecodes/libreddit:latest
env:
LIBREDDIT_DEFAULT_AUTOPLAY_VIDEOS: "on"
LIBREDDIT_DEFAULT_THEME: "laserwave"
LIBREDDIT_DEFAULT_FRONT_PAGE: "all"
LIBREDDIT_DEFAULT_COMMENT_SORT: "hot"
LIBREDDIT_DEFAULT_POST_SORT: "confidence"
LIBREDDIT_DEFAULT_SHOW_NSFW: "on"
LIBREDDIT_DEFAULT_USE_HLS: "on"
LIBREDDIT_DEFAULT_HIDE_HLS_NOTIFICATION: "on"
networks:
- name: web
aliases: [ "libreddit" ]
tags: [ docker, libreddit ]