https://github.com/ansonhex/nasync-albumsearch-alfred
This is an Alfred workflow to search UGREEN NASync photo album.
https://github.com/ansonhex/nasync-albumsearch-alfred
alfred-workflow alfy axios nasync ugreen
Last synced: 7 months ago
JSON representation
This is an Alfred workflow to search UGREEN NASync photo album.
- Host: GitHub
- URL: https://github.com/ansonhex/nasync-albumsearch-alfred
- Owner: ansonhex
- Created: 2024-05-19T07:37:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T07:29:56.000Z (11 months ago)
- Last Synced: 2025-04-11T20:04:24.717Z (7 months ago)
- Topics: alfred-workflow, alfy, axios, nasync, ugreen
- Language: JavaScript
- Homepage:
- Size: 60 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NASync-AlbumSearch-Alfred
> ONLY TESTED FOR PERSONAL USE!
> System: 1.0.0.1895 / Album: 1.0.0.0695
## Hardware
- UGREEN NASync DXP480T Plus
- UGREEN NASync DXP4800 Plus
## Set-up
**Recommended for use only on LAN networks**
1. Install the `NASync-AlbumSearch-Alfred.alfredworkflow`
2. Navigate to the root directory of this alfred workflow and run in terminal to install dependencies:
```sh
$ npm install
```3. Create `.env` file under the same directory:
```s
IP={Your NASync IP}
PORT={Your NASync Web Portal Port}
TOKEN={Your NASync API Token}
```- NASync API Token can be parsed using Chrome Developer tools.
> NASync API token will be re-generated on every new login, therefore ensure auto-login is checked from web login portal.