28 lines
951 B
YAML
28 lines
951 B
YAML
aw_server_version: "v0.13.2"
|
|
aw_server_download_url: "https://github.com/ActivityWatch/activitywatch/releases/download/v0.13.2/activitywatch-v0.13.2-linux-x86_64.zip"
|
|
aw_server_bind_host: "0.0.0.0"
|
|
aw_server_port: 5600
|
|
aw_server_webui_dir: "/opt/activitywatch/webui-ru"
|
|
aw_server_data_dir: "/var/lib/activitywatch"
|
|
aw_server_log_dir: "/var/log/activitywatch"
|
|
aw_server_db_path: "/var/lib/activitywatch/aw-server-rust/sqlite.db"
|
|
aw_server_user: "activitywatch"
|
|
aw_server_group: "activitywatch"
|
|
aw_worktime_report_base: "http://10.10.10.13:5610"
|
|
aw_worktime_timezone: "Europe/Moscow"
|
|
|
|
aw_repo_root: "/mnt/usb_hdd2/Projects/ActivityWatch-Russian"
|
|
|
|
aw_server_cors_origins:
|
|
- "http://127.0.0.1:5600"
|
|
- "http://localhost:5600"
|
|
- "http://10.10.10.13:5600"
|
|
- "http://192.168.100.13:5600"
|
|
- "http://snb-live:5600"
|
|
|
|
aw_apply_worktime_settings: true
|
|
|
|
aw_worktime_from: "08:00"
|
|
aw_worktime_to: "17:00"
|
|
aw_worktime_start_of_day: "{{ aw_worktime_from }}"
|