1
0
Fork 0
1Panel-Appstore/apps/raneto
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
2025-11-10 16:10:24 +08:00
..
latest 🔧 chore(apps): set the pull policy for all services using fixed tag images 2025-11-10 16:10:24 +08:00
README.md
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png

README.md

账号密码

默认账户1

  • 账号admin
  • 密码password

默认账户2

  • 账号admin2
  • 密码password

MD文档

需要展示的 Markdown 文档,需要放置在应用数据目录下的 /data/content/pages 文件夹下。

在此文件夹下新建文件夹,则就是网页上的新建分类。

配置文件

Raneto 的配置文件为 config.js,在应用数据目录下的 /data/config 目录下,编辑config.js文件修改设置。

注意

编辑 config.js 文件修改设置。

  • 站点名称
site_title: 'Raneto Docs',
  • 用户名和密码
  credentials: [
    {
      username: 'admin',
      password: 'password',
    },
    {
      username: 'admin2',
      password: 'password',
    },
  ],
  • 支持中文语言
locale: 'zh',

  // Support search with extra languages
  searchExtraLanguages: ['zh'],