https://github.com/amoscardino/linkthing
A client app for linkding built with Ionic.
https://github.com/amoscardino/linkthing
ionic-framework linkding
Last synced: 3 months ago
JSON representation
A client app for linkding built with Ionic.
- Host: GitHub
- URL: https://github.com/amoscardino/linkthing
- Owner: amoscardino
- License: mit
- Created: 2023-01-05T18:34:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-19T18:02:23.000Z (8 months ago)
- Last Synced: 2026-01-14T16:01:35.786Z (5 months ago)
- Topics: ionic-framework, linkding
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 92
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# linkthing
An iOS client for [linkding](https://github.com/sissbruecker/linkding/) built with [Ionic](https://ionicframework.com).
[Download from the App Store](https://apps.apple.com/us/app/linkthing/id1666031776)
## Requirements
- A server running linkding.
- node/npm/Ionic CLI
## Running Locally
### In a Browser
- First you will need to update the `local-cors-proxy` script in `package.json` to point to whatever your linkding URL is.
- In two separate terminals, run `npm run local-cors-proxy` and `npm run serve`
### iOS Simulator
- Run `npm run ios:run`
## Building for iOS
- Run `npm run ios:build` to make the build
- Run `npm run ios:open` to open in Xcode to adjust the version and build numbers.