bookmarks

command module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: MIT Imports: 10 Imported by: 0

README

bookmarks

将浏览器书签保存并运行到服务中

Docker

docker run --name=bookmarks -p 8080:8080 -v .env:/app/.env -v /data:/app/data -d ghcr.io/xiaoxuan6/bookmarks:latest
  • .env: 环境变量文件
  • data: 书签文件夹

Docker Compose

version: '3.8'
services:
  bookmarks:
    image: ghcr.io/xiaoxuan6/bookmarks:latest
    container_name: bookmarks
    ports:
      - 8080:8080
    volumes:
      - $PWD/.env:/app/.env
      - $PWD/data:/app/data
    restart: always

bookmarks.json 如何获取

工具 tools 中的 bookmarks 可以将浏览器书签导出为 bookmarks.json 文件

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL