Skip to content

Commit

Permalink
add typecho
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Feb 11, 2024
1 parent d54bcc4 commit e05dd0b
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions Apps/typecho/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: typecho
services:
typecho:
image: joyqi/typecho:nightly-php7.4-apache
container_name: typecho
deploy:
resources:
reservations:
memory: 64M
network_mode: bridge
ports:
- target: 80
published: '8080'
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/$AppID
target: /app/usr
environment:
TYPECHO_SITE_URL: https://your-domain.com
x-casaos:
ports:
- container: '80'
description:
en_us: Port
zh_cn: 端口
volumes:
- container: /app/usr
description:
en_us: Config directory.
zh_cn: 配置目录
x-casaos:
architectures:
- arm64
- amd64
main: typecho
store_app_id: typecho
category: Blog
author: Cp0204
developer: Typecho
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/typecho/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/typecho/screenshot-1.png
description:
en_us: Typecho is a PHP-based blog software and is designed to be the most powerful blog engine in the world. Typecho is released under the GNU General Public License 2.0.
zh_cn: Typecho 是一个基于 PHP 的博客软件,旨在成为世界上最强大的博客引擎。Typeecho 是在 GNU通用公共许可协议2.0下发布的。
tagline:
en_us: A PHP Blogging Platform. Simple and Powerful
zh_cn: 一个简单而强大的 PHP 博客平台
title:
en_us: typecho
zh_cn: typecho
tips:
before_install:
en_us: 1. For light use, select SQLite database during initialization. For advanced use, please install a separate database (Mysql, PostgreSQL).
2. When the container is installed a second time, it will be re-initialized and the original data can be used by entering the same database name.
zh_cn: 1. 如轻量使用,初始化过程中选SQLite数据库即可。如需进阶使用,请另行安装数据库(Mysql, PostgreSQL)。
2. 容器二次安装时,将重新初始化,输入相同的数据库名可使用原有数据。
port_map: '8080'
scheme: http
index: /
Binary file added Apps/typecho/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/typecho/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e05dd0b

Please sign in to comment.