1
0
Fork 0
1Panel-Appstore/apps/slink/README.md

49 lines
1.7 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 使用说明
必须要开启`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>
```
* 2. 容器管理页面连接容器终端执行的方式
```
# 邮箱方式
slink user:activate --email=admin@localhost.com
```
```
# uuid 方式
slink user:activate --uuid=<user-id>
```
* 3. 有得到终端返回信息例如以下,则表示账号激活成功,可以正常登录了。
```
User `admin@localhost.com` has been activated ✓
```
* * *
# Slink图片分享平台
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/andrii-kryvoviaz/slink/release.yml?logo=github) ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/anirdev/slink?color=blue) ![Docker Pulls](https://img.shields.io/docker/pulls/anirdev/slink?logo=docker) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/andrii-kryvoviaz/slink/blob/main/LICENSE)
**Slink** 是一个使用 [Symfony](https://symfony.com/) 和 [SvelteKit](https://kit.svelte.dev/) 构建的托管图片分享平台。
解决了与朋友、家人和同事分享图片的问题,无需依赖第三方服务。它还为艺术家提供了一个与社区分享作品的平台。此外,开发者可能发现它对托管个人项目的截图很有用,这些截图可以用于 GitHub、作品集、博客等。