CasaOS-Store/Apps/2FAuth/docker-compose.yml

57 lines
1.9 KiB
YAML
Raw Normal View History

name: 2fauth
services:
2fauth:
image: 2fauth/2fauth:3.4.2
deploy:
resources:
reservations:
memory: 64M
network_mode: bridge
ports:
- target: 8000
published: "8000"
protocol: tcp
restart: always
volumes:
- type: bind
source: /DATA/AppData/$AppID
target: /2fauth
x-casaos:
author: CasaOS Team
category: Utilities
container:
index: /
port_map: "8000"
ports:
- container: "8000"
description:
en_US: ""
volumes:
- container: /2fauth
description:
en_US: ""
description:
en_US: 2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.
zh_CN: 2FAuth是一个基于Web的自托管的替代Google Authenticator的一次性密码OTP生成器旨在为移动和桌面设备提供服务。
developer: Bubka
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-3.png
tagline:
en_US: A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
zh_CN: 一个用于管理您的两步验证2FA帐户并生成其安全代码的Web应用程序
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/thumbnail.png
tips: {}
title:
en_US: 2FAuth
x-casaos:
architectures:
- amd64
- "386"
- arm64
- arm
main_app: 2fauth