Skip to content

Добавить скрипт установки для teable#150

Merged
andchir merged 4 commits intoandchir:mainfrom
konard:issue-149-fe3fc9404271
Dec 28, 2025
Merged

Добавить скрипт установки для teable#150
andchir merged 4 commits intoandchir:mainfrom
konard:issue-149-fe3fc9404271

Conversation

@konard
Copy link
Copy Markdown
Contributor

@konard konard commented Dec 28, 2025

Описание

Добавлен скрипт установки для Teable через Docker согласно issue #149.

Что добавлено

  • scripts/teable.sh — скрипт автоматической установки Teable
  • Обновлены data_ru.json и data_en.json с информацией о скрипте
  • Обновлены README.md и README_EN.md с описанием скрипта

Устанавливаемые компоненты

  • Docker и Docker Compose
  • PostgreSQL 15 (через Docker)
  • Redis 7 (через Docker)
  • Teable (платформа электронных таблиц с функциями базы данных)
  • Nginx как обратный прокси
  • SSL-сертификат Let's Encrypt через Certbot

Особенности скрипта

  • Адаптирован под Ubuntu 24.04
  • Поддерживает идемпотентность (можно запускать повторно)
  • Автоматически создаёт пользователя installer_user
  • Генерирует безопасные пароли для PostgreSQL и Redis
  • Создаёт management script для управления контейнерами
  • Настраивает автоматическое продление SSL-сертификата
  • Выводит результаты установки с цветовой подсветкой

Использование

curl -fsSL -o- https://raw.githubusercontent.com/andchir/install_scripts/refs/heads/main/scripts/teable.sh | bash -s -- teable.example.com

Ссылки

Fixes #149


🤖 Generated with Claude Code

konard and others added 2 commits December 28, 2025 22:58
Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: andchir#149
- Добавлен скрипт teable.sh для установки Teable через Docker
- Добавлена запись в data_ru.json и data_en.json
- Обновлены README.md и README_EN.md

Устанавливаемые компоненты:
- Docker и Docker Compose
- PostgreSQL 15 (через Docker)
- Redis 7 (через Docker)
- Teable (платформа электронных таблиц с функциями базы данных)
- Nginx как обратный прокси
- SSL-сертификат Let's Encrypt

Fixes andchir#149

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@konard konard changed the title [WIP] Добавить скрипт установки для teable Добавить скрипт установки для teable Dec 28, 2025
@konard konard marked this pull request as ready for review December 28, 2025 22:04
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@konard
Copy link
Copy Markdown
Contributor Author

konard commented Dec 28, 2025

🤖 Solution Draft Log

This log file contains the complete execution trace of the AI solution draft process.

💰 Cost estimation:

  • Public pricing estimate: $3.321476 USD
  • Calculated by Anthropic: $2.003064 USD
  • Difference: $-1.318412 (-39.69%)
    📎 Log file uploaded as GitHub Gist (532KB)
    🔗 View complete solution draft log

Now working session is ended, feel free to review and add any feedback on the solution draft.

@andchir andchir merged commit 9c26dd0 into andchir:main Dec 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Добавить скрипт установки для teable

2 participants