Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] :electron: hosting the sync-server with the desktop app (POC) #3631

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from

Commits on Oct 10, 2024

  1. start to this epic idea

    MikesGlitch committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    20e2ef2 View commit details
    Browse the repository at this point in the history
  2. bits

    MikesGlitch committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    361200e View commit details
    Browse the repository at this point in the history
  3. add a note

    MikesGlitch committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c718b2c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    e32fb8b View commit details
    Browse the repository at this point in the history
  2. working now

    MikesGlitch committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1802818 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    194f50d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7782f2d View commit details
    Browse the repository at this point in the history
  3. unneeded mode

    MikesGlitch committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    55e9113 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    3266319 View commit details
    Browse the repository at this point in the history
  2. log msg for dev

    MikesGlitch committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b3e6d28 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    ce5225e View commit details
    Browse the repository at this point in the history
  2. comment

    MikesGlitch committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    07e7730 View commit details
    Browse the repository at this point in the history
  3. ngrok bits

    MikesGlitch committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b9c14dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6d2f59 View commit details
    Browse the repository at this point in the history
  5. ngrok settings optional

    MikesGlitch committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8eb145f View commit details
    Browse the repository at this point in the history
  6. bits

    MikesGlitch committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    23fdf04 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. moving server folders

    MikesGlitch committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    58aa350 View commit details
    Browse the repository at this point in the history
  2. package process

    MikesGlitch committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2dc34de View commit details
    Browse the repository at this point in the history
  3. merge

    MikesGlitch committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4873c9c View commit details
    Browse the repository at this point in the history
  4. what an ordeal

    MikesGlitch committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5d01674 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fixes

    MikesGlitch committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8eca643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b83a3c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. splitting up server management to allow config of desktop app server …

    …and external serperately
    MikesGlitch committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    39d060b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. fix the port thing

    MikesGlitch committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    45d9fae View commit details
    Browse the repository at this point in the history
  2. tunnel erorrs cleanup

    MikesGlitch committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    0a333ed View commit details
    Browse the repository at this point in the history
  3. trickle in

    MikesGlitch committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    a78ad88 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    804425f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1de454 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. merge

    MikesGlitch committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e1c5a68 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge branch 'master' of https://github.com/MikesGlitch/actual into e…

    …lectron/server-hosting
    MikesGlitch committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1178bec View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Merge branch 'master' of https://github.com/MikesGlitch/actual into e…

    …lectron/server-hosting
    MikesGlitch committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    17f520f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. settings

    MikesGlitch committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    6d0363f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/MikesGlitch/actual into e…

    …lectron/server-hosting
    MikesGlitch committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    7d5af1f View commit details
    Browse the repository at this point in the history
  3. remove it

    MikesGlitch committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    f3c2743 View commit details
    Browse the repository at this point in the history
  4. thoughts

    MikesGlitch committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    76b2918 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    9ff112c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fix timeout message

    MikesGlitch committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    312e85e View commit details
    Browse the repository at this point in the history
  2. note

    MikesGlitch committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4f667d0 View commit details
    Browse the repository at this point in the history