1
0
Fork 0
1Panel-Appstore/apps/slink
pooneyy 9779122311
feat(apps): add structured label field to all application configurations
- add nested label field with en and zh translations for all parameters
- maintain existing labelEn and labelZh fields for backward compatibility
- apply consistent internationalization structure across all apps
- improve localization support for multi-language user interfaces
2025-11-06 23:35:02 +08:00
..
1.7.6 feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
latest feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
README.md Update Apps 2025-06-17 22:14:50 +08:00
README_en.md Update Apps 2025-06-17 22:14:50 +08:00
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png feat:添加slink到列表 2024-05-11 02:44:45 +08:00

README_en.md

使用说明

必须要开启https的情况下才能正常注册登录账号。

按照要求创建账号,例如邮箱admin@localhost.com

如果创建账号正常,则会提示除了邮箱外还可以复制对应uuid

那么则需要执行相关命令激活此账号。

    1. 宿主机执行的方式
# 邮箱方式
docker exec -it slink slink user:activate --email=admin@localhost.com
# uuid 方式
docker exec -it slink slink user:activate --uuid=<user-id>
    1. 容器管理页面连接容器终端执行的方式
# 邮箱方式
slink user:activate --email=admin@localhost.com
# uuid 方式
slink user:activate --uuid=<user-id>
    1. 有得到终端返回信息例如以下,则表示账号激活成功,可以正常登录了。
User `admin@localhost.com` has been activated ✓

Slink: Image Sharing Platform

GitHub Workflow Status (with event) Docker Image Version (latest semver) Docker Pulls License

Slink is a self-hosted image sharing platform built with Symfony and SvelteKit.

Solves the problem of sharing images with friends, family, and colleagues without relying on third-party services. It also offers a platform for artists to share their work with the community. Additionally, developers may find it useful for self-hosting screenshots of personal projects, which can then be used on GitHub, portfolios, blogs, etc.