# /opt/chatlogger/env — install on CT 116 with chmod 600 # NOT committed to git. Loaded via systemd EnvironmentFile. # Telegram bot token from BotFather (@arakawa_concierge_bot) ARAKAWA_BOT_TOKEN=PASTE_TOKEN_HERE # Comma-separated list of chat ids the bot is allowed to log. # Anything else is silently ignored. Get the id by adding the bot to a chat # and (as admin) sending /whichchat. ARAKAWA_BOT_ALLOWED_CHATS=-1003924901022 # Telegram user id allowed to use admin commands (/log_status, /recent, /search). # Same id used for the Hausmeister bot in homelab.conf as TG_CHAT_ID. ARAKAWA_BOT_ADMIN_USER_ID=674951792 # Time zone offset in hours (Phnom Penh = +7). Used for human-readable timestamps. ARAKAWA_BOT_TZ_OFFSET_HOURS=7 # SQLite path — only this directory is writable for the systemd unit. ARAKAWA_BOT_DB=/opt/chatlogger/chats.db