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

:electron: Allowing desktop app to host the sync server #4357

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

Conversation

MikesGlitch
Copy link
Contributor

@MikesGlitch MikesGlitch commented Feb 11, 2025

The goal

Offer free server hosting through a desktop application. The sync server will be embedded within the desktop app and can optionally be made accessible over the internet via ngrok. This feature will enable users to connect to the sync server from other devices while maintaining their data locally on their own computers.

Old PR: #3631

Copy link

netlify bot commented Feb 11, 2025

Deploy Preview for actualbudget ready!

Name Link
🔨 Latest commit f62ddc7
🔍 Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/67ad08098c2c6800087af854
😎 Deploy Preview https://deploy-preview-4357.demo.actualbudget.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

github-actions bot commented Feb 11, 2025

Bundle Stats — desktop-client

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
17 6.89 MB → 6.89 MB (+1.68 kB) +0.02%
Changeset
File Δ Size
locale/fr.json 📈 +1.93 kB (+3.42%) 56.49 kB → 58.42 kB
locale/en-GB.json 📈 +88 B (+0.09%) 99.33 kB → 99.42 kB
locale/de.json 📉 -108 B (-0.10%) 110.87 kB → 110.77 kB
node_modules/define-data-property/index.js 📉 -9 B (-0.39%) 2.25 kB → 2.24 kB
node_modules/call-bind/index.js 📉 -9 B (-0.84%) 1.05 kB → 1.04 kB
node_modules/has-property-descriptors/index.js 📉 -9 B (-1.55%) 582 B → 573 B
node_modules/es-define-property/index.js 📉 -210 B (-37.50%) 560 B → 350 B
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

Asset File Size % Changed
static/js/fr.js 56.49 kB → 58.42 kB (+1.93 kB) +3.42%
static/js/en-GB.js 99.33 kB → 99.42 kB (+88 B) +0.09%

Smaller

Asset File Size % Changed
static/js/index.js 4.29 MB → 4.29 MB (-237 B) -0.01%
static/js/de.js 110.87 kB → 110.77 kB (-108 B) -0.10%

Unchanged

Asset File Size % Changed
static/js/en.js 99.43 kB 0%
static/js/nl.js 94.83 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.5 kB 0%
static/js/workbox-window.prod.es5.js 5.69 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/BackgroundImage.js 122.29 kB 0%
static/js/uk.js 111.11 kB 0%
static/js/pt-BR.js 106.43 kB 0%
static/js/useAccountPreviewTransactions.js 1.69 kB 0%
static/js/AppliedFilters.js 10.52 kB 0%
static/js/wide.js 102.8 kB 0%
static/js/narrow.js 85.08 kB 0%
static/js/ReportRouter.js 1.59 MB 0%

Copy link
Contributor

github-actions bot commented Feb 11, 2025

Bundle Stats — loot-core

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
1 1.33 MB → 1.33 MB (+101 B) +0.01%
Changeset
File Δ Size
packages/loot-core/src/server/main.ts 📈 +197 B (+0.28%) 69.58 kB → 69.77 kB
packages/loot-core/src/platform/server/asyncStorage/index.web.ts 📉 -9 B (-0.28%) 3.18 kB → 3.17 kB
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

Asset File Size % Changed
kcab.worker.js 1.33 MB → 1.33 MB (+101 B) +0.01%

Smaller

No assets were smaller

Unchanged

No assets were unchanged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant