From fdf16740af88ffa1d820dd86565e945eeb551072 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Sun, 18 Aug 2024 16:10:01 +0200 Subject: pictures synced to social outbox, albums removed --- lib.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib.rb') diff --git a/lib.rb b/lib.rb index 42ec515..bb98312 100755 --- a/lib.rb +++ b/lib.rb @@ -3,6 +3,8 @@ MEDIA_DIR = '/srv/media' MEDIA_URL = 'https://media.pdp8.info' WWW_DIR = '/srv/www/pdp8-test' +OUTBOX_DIR = '/srv/social/outbox' + SNIPPETS = File.join(File.dirname(__FILE__), 'html') def nav(cat) -- cgit v1.2.3