KO
|
EN
gitlite — search
Search
#python
#android
#golang
#javascript
#typescript
#go
#php
#java
#python3
#hacktoberfest
#matlab
#react
ngclient
★ 16
Open GitHub ↗
Angular Client for Duplicati
Download README (.md)
Explore Similar Repositories
ToolGood.AntiDuplication
:
当网络波动时,可防重复提交
hass-duplicati
:
Home Assistant integration for Duplicati backups
plundarr
:
Plunder your favorite shows and movies 🎬🏴☠️ — PIA + WireGuard + PF, and Gluetun VPN to keep the Royal Navy off yer tail! 🚢🔒
duplicati-dashboard
:
Duplicati dashboard
duplicati.github.io
:
Duplicati website
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ngclient
?
Download (.md)
# DuplicatiClient ### Prerequisites - Node.js 22 - https://formulae.brew.sh/formula/node - bun latest - https://bun.sh/docs/installation (Could be removed as a dependency requires changing a few commands in the package.json scripts) ### Dependencies - ShipUI - https://shipui.com/ - ([Docs](https://docs.shipui.com/), [GitHub](https://github.com/shipuicom/core)) - Angular 21 - https://angular.dev - Dayjs - https://day.js.org/en/ - Phosphor Icons - https://phosphoricons.com/ ### Run the project ### Testing the client on windows - Open windows on parallels then run backend on port 8200 - `cd [BACKEND_PATH]\Executables\Duplicati.Server` - `dotnet run -- --webservice-password=helloworld --webservice-interface=any` (insert your test password) - `npm run start:windows` - Debug on your mac in `localhost:4200`