[软件服务] GreasyFork油猴脚本 通用论坛屏蔽插件

date
Jan 11, 2025
slug
newsoftware-greasyfork-通用论坛屏蔽插件
status
Published
summary
新软件-
tags
software
service
type
Post
URL
 
notion image
notion image

Summary

安装过程


# 除了版本更新外,插件不会自动更新内置的网站配置,可以使用仓库中预设配置导入到全局配置中获取实时更新
https://raw.githubusercontent.com/Heavrnl/UniversalForumBlock/refs/heads/main/website/chinese/config.json

https://raw.githubusercontent.com/Heavrnl/UniversalForumBlock/refs/heads/main/website/english/config.json



services:
  universalforumblock: 
    image: heavrnl/universalforumblock:1.0.0  
    container_name: universalforumblock
#    ports:
#      - "58006:8000"
    volumes:
      - ./user_configs:/app/user_configs
      - ./admin:/app/admin
    restart: unless-stopped
networks:
  default:
    name: npm_nginx_proxy_manager-network
    external: true

docker compose down; docker compose up -d; sleep 1s; docker compose logs -f

# set up 

curl -X POST "http://localhost:58006/users/create" -H "X-API-Key: $(cat admin/admin_key.txt)"

# or

curl -X POST "https://universalforumblock.riyu.org/users/create" -H "X-API-Key: $(cat admin/admin_key.txt)"
notion image
notion image

截图

Raw

 

© Ying Bun 2021 - 2025