> For the complete documentation index, see [llms.txt](https://tevun.devi.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tevun.devi.tools/master.md).

# Introduction

![](/files/-LhcPmiKOfIUo55WFIat)

[Tevun](https://github.com/tevun/server) is a set of scripts intended to make life easier for developers and sysadmins in general.

It combines docker, docker-compose and git to automate tasks such as uploading containers, configuring reverse proxy, configuring SSL, and more.

After setting up Tevun on your server you can upload an environment that applies your development docker-compose and configures a virtual host for your LetsEncrypt SSL-enabled domain quickly and simply.

Each created project generates a remote git that is already pre-configured to publish the application to the destination directory.

That way we can configure the scripts to publish our changes in our stage or production environments.

{% hint style="info" %}
We recommend this project to people with some experience with terminal, git, linux, docker and docker-compose. If you already uses docker-compose in your development environment Tevun can make sense to you ; )
{% endhint %}

### Follow

\- [Telegram](https://t.me/tevun)\
\- [Twitter](https://twitter.com/tevunapp)\
\- [Site](https://tevun.com)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tevun.devi.tools/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
