Files
ilnmors-homelab/docs/services/app/sure.md
T
il d9280a994a feat(sure): release sure (we-promise/sure)
deployment notes:
- let's try three of budget apps, actual budget, ezbookkeeping, and sure
2026-05-06 17:39:42 +09:00

1.5 KiB

sure

Prerequisite

Create database

  • Create the password with openssl rand -base64 32
    • Save this value in secrets.yaml in postgresql.password.sure
    • Access infra server to create sure_db with podman exec -it postgresql psql -U postgres
CREATE USER sure WITH PASSWORD 'postgresql.password.sure';
CREATE DATABASE sure_db;
ALTER DATABASE sure_db OWNER TO sure;

Create oidc secret and hash

  • Create the secret with openssl rand -base64 32
  • access to auth vm
    • podman exec -it authelia sh
    • authelia crypto hash generate pbkdf2 --password 'sure.oidc.secret'
  • Save this value in secrets.yaml in sure.oidc.secret and sure.oidc.hash
  • Use client_secret_post, django encodes the secret value wrong frequently.

Create session secret value

  • Create the secret with LC_ALL=C tr -dc 'A-Za-z0-9!#%&()*+,-./:;<=>?@[\]^_{|}~' </dev/urandom | head -c 32
    • Save this value in secrets.yaml in sure.session_secret

Add postgresql dump backup list

- name: Set connected services list
  ansible.builtin.set_fact:
    connected_services:
      - ...
      - "sure"

Configuration

Access to sure

Account configuration

  • Setup:
    • First name and last name
    • Will be using sure with
      • Family members
    • Country: South Korea
  • Preference:
    • South Korean Won (KRW)
    • date: YYYY-MM-DD
  • Goals:
    • Next