ArchiveorgSoftwareFree Modern URL Shortener. Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics.Contributions and bug reports are welcome.https://kutt.it[1] Kutt v2 (🚧 beta)The new version of Kutt is here. In version 2, we used TypeScript and we moved from Neo4j to PostgreSQL database in favor of performance and we're working on adding new features.If you're coming from v1, refer to MIGRATION.md[2] to migrate data from Neo4j to PostgreSQL.You can still find the stable version (v1) in the v1 branch.Table of ContentsKey FeaturesFree and open source.Custom domain support.Custom URLs for shortened linksSetting password for links.Private statistics for shortened URLs.View and manage your links.RESTful API.StackNode (Web server)Express (Web server framework)Passport (Authentication)React (UI library)Next (Universal/server-side rendered React)Redux (State management)styled-components (CSS styling solution library)Recharts (Chart library)PostgreSQL (database)SetupYou need to have Node.js[3], PostgreSQL[4] and Redis[5] installed.Clone this repository or download zip[6].Copy .example.env to .env and fill it properly.Install dependencies: npm install.Run for development: npm run dev.Run for production: npm run build then npm start.DockerYou can use Docker to start the app. The simplest way is to just run docker-compose up command and then the app should be ready on port "3000".Browser ExtensionsDownload Kutt's extension for web browsers via below links. You can also find the source code on kutt-extension[7].APIVisit API v2 documentation on Swagger[8]IntegrationsShareXYou can use Kutt as your default URL shortener in ShareX[9]. If you host your custom instance of Kutt, refer to ShareX wiki[10] on how to setup.Alfred WorkflowDownload Kutt's official workflow for Alfred[11] app from alfred-kutt[12] repository.3rd Party packages| Language | Link | Description || ---------- | ---------------------------------------------------------- | -------------------------------------------------- || C# (.NET) | KuttSharp[13] | .NET package for Kutt.it url shortener || Python | kutt-cli[14] | Command-line client for Kutt written in Python || Ruby | kutt.rb[15] | Kutt library written in Ruby || Rust | urlshortener[16] | URL shortener library written in Rust || Rust | kutt-rs[17] | Command line tool written in Rust || Node.js | node-kutt[18] | Node.js client for Kutt.it url shortener || Bash | kutt-bash[19] | Simple command line program for Kutt || JavaScript | kutt-vscode[20] | Visual Studio Code extention for Kutt || Java | kutt-desktop[21] | A Cross platform Java desktop application for Kutt || Go | kutt-go[22] | Go client for Kutt.it url shortener |ContributingPull requests are welcome. You'll probably find lots of improvements to be made.Open issues for feedback, requesting features, reporting bugs or discussing ideas.Special thanks to Thomas[23] and Muthu[24]. Logo design by Muthu[25]. To restore the repository download the bundle wget https://archive.org/download/github.com-thedevs-network-kutt_-_2020-02-10_16-35-07/thedevs-network-kutt_-_2020-02-10_16-35-07.bundle and run: git clone thedevs-network-kutt_-_2020-02-10_16-35-07.bundle Source: https://github.com/thedevs-network/kutt[26]Uploader: thedevs-network[27]Upload date: 2020-02-10 References^ https://kutt.it (kutt.it)^ MIGRATION.md (archive.org)^ Node.js (nodejs.org)^ PostgreSQL (www.postgresql.org)^ Redis (redis.io)^ download zip (github.com)^ kutt-extension (github.com)^ Visit API v2 documentation on Swagger (app.swaggerhub.com)^ ShareX (getsharex.com)^ ShareX wiki (github.com)^ Alfred (www.alfredapp.com)^ alfred-kutt (github.com)^ KuttSharp (github.com)^ kutt-cli (github.com)^ kutt.rb (github.com)^ urlshortener (github.com)^ kutt-rs (github.com)^ node-kutt (github.com)^ kutt-bash (git.fossdaily.xyz)^ kutt-vscode (github.com)^ kutt-desktop (github.com)^ kutt-go (github.com)^ Thomas (github.com)^ Muthu (github.com)^ Muthu (github.com)^ https://github.com/thedevs-network/kutt (github.com)^ thedevs-network (github.com)

weiterlesen: RSS Quelle öffnen