1
0
Fork 0
1Panel-Appstore/apps/linkding
pooneyy 24ed5c9e9d
feat(apps): add description field to all application data files
- add english and chinese description fields to all application data files
- standardize yaml formatting and indentation across all files
- remove BOM characters from several files
- fix tag indentation in multiple files
- update architecture field formatting in DecoTV and wechat-selkies
- fix crossVersionUpdate value from False to false in gitlab applications
- improve description field formatting in billion-mail application
2025-11-06 22:24:44 +08:00
..
1.44.1 chore(deps): update sissbruecker/linkding docker tag to v1.44.1 (#2029) 2025-10-11 12:55:02 +00:00
latest feat:格式化yaml文件 2024-12-12 21:27:56 +08:00
README.md 精简提交历史记录 2023-11-09 19:15:01 +08:00
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png 精简提交历史记录 2023-11-09 19:15:01 +08:00

README.md

创建初始化用户

  • 宿主机终端方式
docker exec -it xxx python manage.py createsuperuser --username=用户名 --email=邮箱
  • xxx 改成容器名称
  • 用户名 建议 英文
  • 邮箱 邮箱地址
  • SSH输入两次密码
  • 容器终端方式

容器管理页面,连接容器终端执行

python manage.py createsuperuser --username=用户名 --email=邮箱