2 private links
locally hosted web application that allows you to perform various operations on PDF files
This is a powerful locally hosted web based PDF manipulation tool using docker that allows you to perform various operations on PDF files, such as splitting merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application started as a 100% ChatGPT-made application and has evolved to include a wide range of features to handle all your PDF needs.
Stirling PDF makes no outbound calls for any record keeping or tracking.
All files and PDFs are either purely client side, in server memory only during the execution of the task or within a temporay file only for execution of the task. Any file which has been downloaded by the user will have already been deleted from the server by that time.
如果你的包管理器想直接使用优秀的镜像仓库,请参考这个:https://github.com/eryajf/Thanks-Mirror 目录 #pip #git #cargo #apt-apt-get #curl #gradle #maven #go-get #npm #rustup #yarn #yarn2 #gem #brew #wget #snap #docker #electron-dev-dependency #visual-studio-code-remote-wsl2 #visual-studio-code-remote-ssh #tips #scoop #openwrt-opkg #chocolatey #guix #faq pip ~/.config/pip/pip.conf [global] proxy=http://localhost:1087 注意不支持socks5 [...] 环境变量 HTTPS_PROXY & https_proxy & http_proxy export https_proxy=http://127.0.0.1:1080 export http_proxy=http://127.0.0.1:1080 http_proxy 一般来讲没必要,除非使用基于 HTTP 的 Crate Repository [...] Reference https://askubuntu.com/questions/764610/how-to-install-snap-packages-behind-web-proxy-on-ubuntu-16-04#answer-1146047 docker $ sudo mkdir -p /etc/systemd/system/docker.service.d $ sudo vim /etc/systemd/system/docker.service.d/proxy.conf [Service] Environment="ALL_PROXY=socks5://localhost:1080" $ sudo systemctl daemon-reload $ sudo systemctl restart docker 必须是socks5,http不生效
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://twitter.com/kdrag0n/status/1638917691036803073Say goodbye to slow, clunky containers and VMs Seamless and efficient Docker and Linux on your Mac. [...] Starts in seconds with turbocharged networking, smooth Rosetta x86 emulation, VirtioFS file sharing, and other optimizations for some workloads. [...] Enjoy Docker as if it were native to macOS, plus CLI integration, file sharing, and remote SSH editing with Linux machines. [...] Connect between Linux machines and Docker containers, and use IPv6 and ICMP painlessly.
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!