Decom libreddit
This commit is contained in:
parent
14325bb33b
commit
5789d81da4
@ -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
|
||||
|
@ -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)"
|
||||
|
@ -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 ]
|
Loading…
Reference in New Issue
Block a user