Commit Graph
100 Commits
Author SHA1 Message Date
Raven Scott 2e51c49526 Fix Bare dockerode failure: polyfill Node url.resolve
Release rolling / release (push) Has been cancelled
docker-modem calls url.resolve/parse/format, which bare-url does not
implement. Map bare url imports to build/shims/node-url.cjs so the
standalone peardock-server can talk to the Docker socket again.
2026-07-11 15:34:12 -04:00
Raven Scott ff8a96a48a Add interactive one-line installer for server and client
Release rolling / release (push) Successful in 10m17s
scripts/install.sh auto-detects OS/arch, prompts for server vs client
(or both), installs peardock-server under /opt with a systemd unit, and
installs the desktop client for Linux/macOS from the rolling release.
2026-07-11 15:20:31 -04:00
Raven Scott 6ed94a377a Remove workflow artifact upload from rolling release CI
Release rolling / release (push) Has been cancelled
Release assets on the rolling tag are enough; skip actions/upload-artifact backup.
2026-07-11 15:16:24 -04:00
Raven Scott 05fc14862a Fix rcodesign CLI: self-signed p12 instead of removed --ad-hoc
Release rolling / release (push) Has been cancelled
apple-codesign 0.29 rejects --ad-hoc. Generate a self-signed P12 and
sign darwin .app bundles with --p12-file so Linux CI produces a sealed
signature instead of failing postPackage.
2026-07-11 15:16:15 -04:00
Raven Scott 172ed58383 Fix hung Electron client packages on cross-arch (linux-arm64)
Release rolling / release (push) Failing after 3m18s
rebuildConfig:false still ran @electron/rebuild (spread of false is a
no-op), which can stall for many minutes when packaging arm64 on x64 CI
under "Finalizing package". Use onlyModules:[] to truly skip rebuilds,
pre-download Electron zips with timeouts before forge package, point
packager at electronZipDir, and kill any single host package after 8m.
2026-07-11 14:59:14 -04:00
Raven Scott 0f8fde6748 Vendor rcodesign for CI instead of downloading from GitHub
Release rolling / release (push) Has been cancelled
Rolling release runners stall or fail fetching apple-codesign releases.
Ship linux-x64 and linux-arm64 binaries under tools/rcodesign/ and install
from the checkout so the ad-hoc macOS signing step is offline and fast.
2026-07-11 14:41:10 -04:00
Raven Scott b0947ca472 Speed up Electron client packaging by filtering prebuilds
Release rolling / release (push) Has been cancelled
Only ship native prebuilds for the target platform/arch (~80MB instead
of ~500MB of multi-arch blobs), skip redundant GUI rebundles, cache
Electron downloads across hosts, and strip more packaging-only deps so
"Finalizing package" no longer crawls multi-hundred-MB asars six times.
2026-07-11 14:36:12 -04:00
Raven Scott d1fcbc5717 Fix rcodesign download URL for apple-platform-rs releases
Release rolling / release (push) Has been cancelled
apple-codesign binaries moved from indygreg/apple-codesign to
indygreg/apple-platform-rs with tags apple-codesign/<version>, which
caused a 404 in the rolling release workflow.
2026-07-11 14:22:31 -04:00
Raven Scott 5946edef28 Fix CI hang on npm install by skipping lifecycle scripts
Release rolling / release (push) Failing after 1m23s
Electron postinstall and ssh2/cpu-features node-gyp run silently after
deprecation warnings and often hang forever on Gitea runners. Install
with --ignore-scripts, then only run esbuild's installer; forge still
downloads per-target Electron during package.
2026-07-11 14:20:41 -04:00
Raven Scott b720e7e68f Wire PearDock branding into app, Electron icons, and README
Release rolling / release (push) Has been cancelled
Copy runtime logos/favicons into assets/ and package icons into build/, then use them for the titlebar, favicons, dock/window icons, and docs so packaging and the UI no longer rely on placeholder marks.
2026-07-11 14:16:28 -04:00
Raven Scott ab3441a7b5 Add branding
Release rolling / release (push) Failing after 1m45s
2026-07-11 14:14:00 -04:00
Raven Scott 2e8ad21326 Update CI codesign
Release rolling / release (push) Failing after 20m49s
2026-07-11 12:58:31 -04:00
Raven Scott 515532450e Update CI
Release rolling / release (push) Failing after 13m48s
2026-07-11 12:39:11 -04:00
Raven Scott d71fefc9ff Update
Release rolling / release (push) Has been cancelled
2026-07-11 12:26:16 -04:00
Raven Scott dffc45080f updates
Release rolling / release (push) Has been cancelled
2026-07-11 12:13:27 -04:00
Raven Scott 49282e4c5f update
Release rolling / release (push) Failing after 2m31s
2026-07-11 12:09:41 -04:00
Raven Scott e99c99a647 Update
Release rolling / release (push) Has been cancelled
2026-07-11 12:00:32 -04:00
Raven Scott 6303b5108d Update CI
Release rolling / release (push) Has been cancelled
2026-07-11 11:44:08 -04:00
Raven Scott 668d3b7f36 push
Release rolling / release-linux (push) Has been cancelled
CI / test (push) Has been cancelled
2026-07-11 11:40:23 -04:00
Raven Scott 2526ebb99b CI 2026-07-11 11:39:59 -04:00
Raven Scott 0bb6ba1692 breaking
CI / test (push) Successful in 9m56s
2026-07-10 20:36:11 -04:00
Raven Scott d6ce72af66 Updates 2026-07-10 20:04:47 -04:00
Raven Scott 448087a583 fix terminal sizing 2025-11-25 02:27:02 -05:00
Raven Scott ae032cc6aa update 2025-11-24 23:47:39 -05:00
Raven Scott c6dbcf9748 more fixes for volumes 2025-11-24 23:36:19 -05:00
Raven Scott 1b9365eadb more updates 2025-11-24 23:23:47 -05:00
Raven Scott 75f25436bd test 2025-11-24 23:03:12 -05:00
Raven Scott b92edd9cdb fix 2025-11-24 22:57:58 -05:00
Raven Scott e6032533e9 test 2025-11-24 22:55:02 -05:00
Raven Scott aa45d86efe fix test 2025-11-24 22:51:06 -05:00
Raven Scott 2278b494f6 standardize messages 2025-11-24 22:33:31 -05:00
Raven Scott 491cacf22a remove debug logs 2025-11-24 20:58:23 -05:00
Raven Scott 51355bb8d4 properly handle ports 2025-11-24 20:51:57 -05:00
Raven Scott bca2555d5a actually fix volume selection 2025-11-24 20:17:35 -05:00
Raven Scott 30fb4f584b debug logs 2025-11-24 19:50:15 -05:00
Raven Scott 9f6bbbd84f add debug logs 2025-11-24 19:35:16 -05:00
Raven Scott ebd6512976 more fixes 2025-11-24 19:29:37 -05:00
Raven Scott 5200028070 another test 2025-11-24 19:19:58 -05:00
Raven Scott fc91f4c6bb continue work 2025-11-24 19:16:23 -05:00
Raven Scott 9ed79d5209 test better deployment mappings 2025-11-24 19:11:55 -05:00
Raven Scott 1a283c6087 continued improvements 2025-11-24 19:02:16 -05:00
Raven Scott 9b5884b975 fix 2025-11-24 18:46:10 -05:00
Raven Scott 7db3766ae9 fix 2025-11-24 18:44:55 -05:00
Raven Scott 4555f35a96 updates 2025-11-24 18:44:11 -05:00
Raven Scott 2ab1a01942 fix 2025-11-24 18:34:26 -05:00
Raven Scott 6c8ad3e9a0 attempts to have better validation during deploy from template 2025-11-24 18:26:13 -05:00
Raven Scott 4fb97242e8 enhance terminal 2025-11-24 18:19:21 -05:00
Raven Scott 80cfd0bbe7 disable scrollbar in deployer 2025-11-24 17:55:43 -05:00
Raven Scott ef859f9b33 fix deploy tab 2025-11-24 17:45:18 -05:00
Raven Scott 664848c1b5 container details area 2025-11-24 17:42:56 -05:00
Raven Scott 3b9efe24c3 test 2025-11-24 17:31:55 -05:00
Raven Scott 07cdbf293e updates 2025-11-24 17:05:20 -05:00
Raven Scott 0cf2df3c76 further fixes 2025-11-24 16:54:34 -05:00
Raven Scott 5f7d9bddd6 optimize app loading 2025-11-24 16:39:45 -05:00
Raven Scott 4bf3381270 further updates 2025-11-24 16:28:21 -05:00
Raven Scott 6469f620e6 new notification system test 2025-11-24 15:58:47 -05:00
Raven Scott 05fa6b8622 add information inspect 2025-11-24 15:49:50 -05:00
Raven Scott 083e4c5502 update look and feel 2025-11-24 15:42:16 -05:00
Raven Scott c9d8fec870 further fixes 2025-11-24 15:29:54 -05:00
Raven Scott 6171cddfa3 update duplicate 2025-11-24 15:27:10 -05:00
Raven Scott 50857e4c02 fixes 2025-11-24 15:17:04 -05:00
Raven Scott 074d8df3cc test enhancements 2025-11-24 09:06:29 -05:00
Raven Scott 46d359f18a fix fit addon 2025-11-24 08:49:45 -05:00
Raven Scott 8a15468124 Fix terminal 2025-11-24 08:42:46 -05:00
Raven Scott 8e4738b903 fix issues in server 2025-11-24 07:31:08 -05:00
Raven Scott 2062909878 updating deployer 2025-11-24 07:26:12 -05:00
Raven Scott d3216afb64 Fix memory leaks and optimize performance
- Fix memory leaks: cleanup stats/logs streams, event listeners, peer handlers
- Fix bugs: duplicate listeners/modals, race conditions
- Optimize: increase polling intervals, cache DOM queries, localStorage fallback
- Improve: error handling, code cleanup, remove debug statements
2025-11-24 07:03:35 -05:00
Raven Scott 0cf82495e9 update ss 2024-12-03 01:00:56 -05:00
Raven Scott 0bfb29c6ff update name 2024-12-03 00:49:32 -05:00
Raven Scott faa225c077 update readme 2024-12-02 20:52:12 -05:00
Raven Scott ee9f65fef7 update 2024-12-02 20:39:17 -05:00
Raven Scott 5e96160b7c update readme 2024-12-02 20:37:39 -05:00
Raven Scott 526ef0ca84 add screenshots 2024-12-02 20:33:15 -05:00
Raven Scott 35010022bc update 2024-12-02 06:17:23 -05:00
Raven Scott 73bec336e3 update 2024-12-02 06:05:38 -05:00
Raven Scott 605e30c368 update 2024-12-02 05:58:22 -05:00
Raven Scott 3457eb0e46 fix up status indicator on deploy 2024-12-02 05:18:16 -05:00
Raven Scott 5e8c085446 streamline 2024-12-02 05:05:43 -05:00
Raven Scott 55d502c5f4 streamline stats 2024-12-02 05:05:42 -05:00
Raven Scott 58335ead6d fix 2024-12-02 04:00:48 -05:00
Raven Scott 40db213f74 update 2024-12-02 03:56:34 -05:00
Raven Scott 72e164fe34 better 2024-12-02 03:51:17 -05:00
Raven Scott ffb51d0d72 update 2024-12-02 03:30:55 -05:00
Raven Scott 71992f004c more progress 2024-12-02 03:29:59 -05:00
Raven Scott 2839fd7a7d first attempt at tempate deployments 2024-12-02 02:16:00 -05:00
Raven Scott 77122a58b7 add container log view 2024-12-02 00:02:36 -05:00
Raven Scott 3e37359e61 add docker cli access per connection 2024-12-01 23:48:26 -05:00
Raven Scott 9389d41364 test 2024-12-01 22:17:38 -05:00
Raven Scott b370169aaf test 2024-12-01 22:16:05 -05:00
Raven Scott c38f23d50e test again 2024-12-01 22:14:26 -05:00
Raven Scott 73adabe2c4 test 2024-12-01 22:01:07 -05:00
Raven Scott 57209a8159 style scrollbars 2024-11-30 15:43:02 -05:00
Raven Scott ad67461cf5 Add Name Modal On Add 2024-11-30 06:53:07 -05:00
Raven Scott f995c44057 remove rdp it was stupid 2024-11-30 05:04:44 -05:00
Raven Scott e4aeb9d53f optimize screen 2024-11-30 05:03:52 -05:00
Raven Scott f3695c274b stop stat spam 2024-11-30 04:09:21 -05:00
Raven Scott 925ae73cad update server 2024-11-30 04:06:28 -05:00
Raven Scott 746dba4394 remove stupid console log and fix removal of server from cookie 2024-11-30 03:57:22 -05:00
Raven Scott 8699a265ae actually fix 2024-11-30 03:46:49 -05:00
Raven Scott d9549454e1 fix 2024-11-30 03:26:40 -05:00