2 private links
Moonshot AI(Kimi.ai)接口转API https://github.com/LLM-Red-Team/kimi-free-api 阿里通义 (Qwen) 接口转API https://github.com/LLM-Red-Team/qwen-free-api [...] Authorization: Bearer TOKEN1,TOKEN2,TOKEN3 [...] 构建你的 Web Service(New+ -> Build and deploy from a Git repository -> Connect你fork的项目 -> 选择部署区域 -> 选择实例类型为Free -> Create Web Service)。 npm i -g vercel --registry http://registry.npmmirror.com vercel login git clone https://github.com/LLM-Red-Team/deepseek-free-api cd deepseek-free-api vercel --prod
A Flask API For https://github.com/gitbobobo/StreamMusic 二进制文件 上传至运行目录,./lrcapi --port 8080 --auth DbG91ZEZbBgNVBAs Python源文件 拉取本项目;或者下载后上传至运行目录,解压tar.gz 安装依赖:pip install -r requirements.txt 启动服务:python3 app.py --port 8080 --auth DbG91ZEZbBgNVBAs [...] 示例JSON {"path": "/path/to/your/audio/file.mp3", "title": "The Music", "artist": "The Artist", "album": "Greatest Hits", "genre": "Rock", "year": "2022", "track_number": "3", "disc_number": "1", "composer": "Talented Composer"} Python Demo import requests api_url = 'https://api.example.com/tag' auth_token = 'your_auth_token' json_data = {"path": "/path/to/your/audio/file.mp3", "title": "New Title", "artist": "Awesome Artist"} headers = {"Content-Type": "application/json", "Authentication": auth_token } response = requests.post(api_url, json=json_data, headers=headers) # 解析响应 if response.status_code == 200: print("Tags updated successfully.") else: print("Error:", response.text)
https://github.com/sissbruecker/linkding Overview #installation #using-docker #using-docker-compose #user-setup #reverse-proxy-setup #managed-hosting-options #documentation #browser-extension #community #acknowledgements #development linkding is a bookmark manager that you can host yourself. [...] The name comes from: link which is often used as a synonym for URLs and bookmarks in common language [...] For security reasons, the linkding Docker image does not provide an initial user, so you have to create one after setting up an installation. [...] Browser Extension linkding comes with an official browser extension that allows to quickly add bookmarks, and search bookmarks through the browser's address bar.
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!