然后就找到了Shlink,Shlink 是一个基于 PHP 的开源项目,[官网地址:https://shlink.io/](https://shlink.io/),能够提供个人向短链接服务,可通过API、CLI或者web面板进行管理;支持自定义短网址、访问统计、标签管理、访问次数和时间限制、生成短链二维码等功能。
Shlink 是一个基于 PHP 的开源项目,官网地址:https://shlink.io/,能够提供个人向短链接服务,可通过API、CLI或者web面板进行管理;支持自定义短网址、访问统计、标签管理、访问次数和时间限制、生成短链二维码等功能。建议搭建在国外服务器且仅作为个人服务使用。 一、获取GeoLite2数据库许可证密钥 Shlink利用MaxMind的G...
shlink-api-spec-ui:Swagger UI应用程序,可用于加载shlink的Open API规范 开发技术 - 其它 Ce**囚碟上传156KB文件格式zip Shlink API规范用户界面 Swagger UI应用程序,可用于加载shlink的Open API规范。 托管在 。 (0)踩踩(0) 所需:1积分
environment: - TIMEZONE=Europe/Bucharest- INITIAL_API_KEY=59f4baa0-b67b-444d-8a06-f455b37ec180 - DB_DRIVER=postgres - DB_NAME=shlink - DB_USER=shlinkuser - DB_PASSWORD=shlinkpw - DB_HOST=shlink-db - DB_PORT=5432 - DEFAULT_DOMAIN=url.yourname.synology.me- IS_HTTPS_ENABLED=true -...
The REST API: The complete docs on how to use the API can be found here, and a sandbox which also documents every endpoint can be found in the API Spec portal. However, you probably don't want to consume the raw API yourself. That's why a nice web client is provided that can be...
{DATABASE_PASSWORD} INITIAL_API_KEY: ${API_KEY} ports: - ${API_PORT:-8080}:8080 volumes: - /etc/localtime:/etc/localtime:ro labels: com.centurylinklabs.watchtower.scope: ${COMPOSE_PROJECT_NAME} restart: unless-stopped shlink-web: image: shlinkio/shlink-web-client:${SHLINK_VERSION:-...
Shlink version 3.5.0/3.5.4/3.6.4 PHP version 8.1.29 How do you serve Shlink Self-hosted nginx Database engine MySQL Database version 8.0.39 Current behavior Many rest API enpoints fail. One such enpoint is the shortcode enpoint where the following log is created indata/log/ ...
The API v2 has been enabled. If an error occurs when calling the API with this version, the error and message properties will not be returned. After Shlink v2 is released, both API versions will behave like API v2. #575 Added support to filter short URL lists by date ranges. The GET...
Next Doctrine\DBAL\Exception\ConnectionLost: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away in /etc/shlink/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:106 And the log ends with: [2021-12-20T22:23:37.529634+00...
Currently one of the simplest ways to obtain the detailed visits information for all shortcodes is to use the shlink CLI. The REST api is also an option. A user may want to consume the Shlink CLI output but (currently) needs to do some data cleanup in order to make it usable. ...