perlsky is a Perl 5 implementation of an AT Protocol Personal Data Server.
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 20 lines 635 B view raw
1{ 2 "host": "127.0.0.1", 3 "port": 7755, 4 "base_url": "http://127.0.0.1:7755", 5 "hostname": "localhost", 6 "service_did_method": "did:web", 7 "service_handle_domain": "localhost", 8 "invite_code_required": false, 9 "jwt_secret": "change-me", 10 "admin_password": "change-me-too", 11 "metrics_token": "change-me-metrics", 12 "bsky_appview_url": "https://api.bsky.app", 13 "bsky_appview_did": "did:web:api.bsky.app", 14 "chat_service_url": "https://api.bsky.chat", 15 "chat_service_did": "did:web:api.bsky.chat", 16 "crawlers": [], 17 "crawler_notify_interval": 1200, 18 "data_dir": "data/runtime", 19 "db_path": "data/runtime/perlsky.sqlite" 20}