Updated Tianji
This commit is contained in:
@@ -1,33 +1,20 @@
|
||||
# Configuration for tianji setup
|
||||
|
||||
# Name of the cpn-tianji application
|
||||
name: cpn-tianji
|
||||
# Service definitions for the cpn-tianji application
|
||||
services:
|
||||
# Service name: cpn-tianji
|
||||
# The `cpn-tianji` service definition
|
||||
cpn-tianji:
|
||||
# Name of the container
|
||||
container_name: cpn-tianji
|
||||
# Image to be used for the container
|
||||
image: moonrailgun/tianji:1.31.8
|
||||
# Container restart policy
|
||||
restart: unless-stopped
|
||||
# Environment variables for the container
|
||||
environment:
|
||||
DATABASE_URL: postgresql://tianji-user:227453b7-1286-48cc-b471-1c269495c5fc@cpn-tianji-db:5432/tianji
|
||||
JWT_SECRET: replace-me-with-a-random-string
|
||||
ALLOW_REGISTER: "false"
|
||||
ALLOW_OPENAPI: "true"
|
||||
# Ports mapping between host and container
|
||||
ports:
|
||||
# Mapping port 12345 of the host to port 12345 of the container
|
||||
- "12345:12345"
|
||||
networks:
|
||||
- cpn_tianji_network
|
||||
depends_on:
|
||||
- cpn-tianji-db
|
||||
# Postgres database
|
||||
cpn-tianji-db:
|
||||
container_name: cpn-tianji-db
|
||||
image: postgres:15.4-alpine
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
manifestVersion: 1
|
||||
id: cpn-tianji
|
||||
name: Tianji
|
||||
tagline: Insight into everything, Website Analytics + Uptime Monitor + Server Status. not only another GA alternatives
|
||||
tagline: All-in-One Insight Hub
|
||||
icon: https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/tianji/icon.png
|
||||
category: Networking
|
||||
version: "1.31.8"
|
||||
port: 12345
|
||||
description: >-
|
||||
During our observations of the website. We often need to use multiple applications together. For example, we need analysis tools such as GA/umami to check pv/uv and the number of visits to each page, we need an uptime monitor to check the network quality and connectivity of the server, and we need to use prometheus to obtain the status reported by the server to check the quality of the server. In addition, if we develop an application that allows open source deployment, we often need a telemetry system to help us collect the simplest information about other people's deployment situations. I think these tools should serve the same purpose, so is there an application that can integrate these common needs in a lightweight way? After all, most of the time we don't need very professional and in-depth functions. But in order to achieve comprehensive monitoring, I need to install so many services. It's good to specialize in one thing, if we are experts in related abilities we need such specialized tools. But for most users who only have lightweight needs, an All-in-One application will be more convenient and easier to use.
|
||||
Tianji is an open-source project dedicated to providing robust and efficient solutions for data integration and management. By leveraging community contributions, Tianji continually evolves to meet the dynamic needs of users across various industries. Its open-source nature ensures transparency, flexibility, and the ability to customize functionalities according to specific requirements. Join the Tianji community today to collaborate, innovate, and contribute to a growing ecosystem of cutting-edge data solutions.
|
||||
developer: Msgbyte
|
||||
website: https://tianji.dev/
|
||||
submitter: Weektab
|
||||
@@ -17,13 +17,13 @@ support: https://git.weektab.org/companas/umbrel-apps/issues
|
||||
gallery:
|
||||
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/tianji/image-1.jpg
|
||||
releaseNotes: >
|
||||
Features
|
||||
add url as new field type of survey (c8a6efe)
|
||||
add wrap for survey event table to display long text (1ea8d41)
|
||||
Others
|
||||
update model price (f7daffa)
|
||||
update translation (21d929a)
|
||||
Features:
|
||||
- add url as new field type of survey (c8a6efe)
|
||||
- add wrap for survey event table to display long text (1ea8d41)
|
||||
Others:
|
||||
- update model price (f7daffa)
|
||||
- update translation (21d929a)
|
||||
dependencies: []
|
||||
path: ""
|
||||
defaultUsername: "See you in the Logs"
|
||||
defaultPassword: "See you in the Logs"
|
||||
defaultUsername: "admin"
|
||||
defaultPassword: "admin"
|
||||
BIN
gallery/tianji/image-1.jpeg
Normal file
BIN
gallery/tianji/image-1.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 855 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB |
Reference in New Issue
Block a user