Compare commits
No commits in common. "master" and "2.2.2" have entirely different histories.
57
.drone.yml
|
@ -1,57 +0,0 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
trigger:
|
||||
event:
|
||||
include:
|
||||
- push
|
||||
- cron
|
||||
branch:
|
||||
- master
|
||||
|
||||
environment: &default_environment
|
||||
REVISION: ${DRONE_COMMIT_SHA}
|
||||
CREATED: ${DRONE_BUILD_CREATED}
|
||||
SOURCE_URL: ${DRONE_GIT_HTTP_URL}
|
||||
# also change in 'tags' of build docker
|
||||
TS3WEB_VERSION: 2.2.6
|
||||
|
||||
steps:
|
||||
- name: build docker image
|
||||
image: plugins/docker
|
||||
environment:
|
||||
<<: *default_environment
|
||||
settings:
|
||||
purge: true
|
||||
repo: varakh/ts3web
|
||||
username:
|
||||
from_secret: dockerhub_user
|
||||
password:
|
||||
from_secret: dockerhub_key
|
||||
tags:
|
||||
- latest
|
||||
- 2.2.6
|
||||
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
settings:
|
||||
subject: "Build failed"
|
||||
body: "URL ${DRONE_BUILD_LINK}"
|
||||
host:
|
||||
from_secret: mail_host
|
||||
username:
|
||||
from_secret: mail_user
|
||||
password:
|
||||
from_secret: mail_password
|
||||
from:
|
||||
from_secret: mail_from
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
---
|
||||
kind: signature
|
||||
hmac: f575a63bd85c4a95593be5e077373216fbd50ad57e6b3d1db56f950e881ed2a5
|
||||
|
||||
...
|
|
@ -1,6 +0,0 @@
|
|||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
bin/*
|
||||
!bin/.gitkeep
|
||||
config/env
|
||||
composer.phar
|
||||
composer.lock
|
||||
cache/*
|
||||
!cache/.gitkeep
|
||||
public/images/*
|
||||
|
|
47
CHANGELOG.md
|
@ -1,41 +1,17 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 2.2.6 - 2023/04/06
|
||||
|
||||
_Quick update for an outdated application to make it more useful for docker setups. Keep in mind that PHP 7.4 which is used by ts3web is still EOL!_
|
||||
|
||||
* Made it possible to use environment variable to define location of bootstrapping `env` file in docker containers (natively, set php-fpm `ENV[]` properly!)
|
||||
* `ENV_DIR`: location of the **PARENT** folder which has the `env` file inside
|
||||
* Falls back to application `$appDir/config/env` file if not set
|
||||
* Added new `env` file variables to easily configure
|
||||
* `log_dir`: location of the log dir, _without trailing slash_
|
||||
* `snapshot_dir` location of the snapshots dir, _without trailing slash_
|
||||
|
||||
## 2.2.5 - 2022/12/17
|
||||
* Updated `Dockerfile` (as long as alpine 3.15 shipping PHP7 is kept updated, `ts3web` docker images are kept)
|
||||
* Updated some symfony dependencies
|
||||
|
||||
## 2.2.4 - 2022/01/19
|
||||
* Updated dependencies
|
||||
* This application will be EOL once PHP7 is not supported anymore
|
||||
|
||||
## 2.2.3 - 2021/01/08
|
||||
|
||||
* Change docker base to alpine
|
||||
## UNRELEASED
|
||||
|
||||
## 2.2.2 - 2020/03/22
|
||||
|
||||
* Stop auto-sorting tables
|
||||
* Add bandwidth formatter
|
||||
* Check PHP 7.4 compatibility
|
||||
* Increase docker image base to PHP 7.4
|
||||
|
||||
## 2.2.1 - 2019/11/10
|
||||
|
||||
* Use separate JavaScript file to initialize DataTables
|
||||
|
||||
## 2.2.0 - 2019/11/10
|
||||
|
||||
* Add version tag to footer
|
||||
* Add sortable tables
|
||||
* Add search on tables
|
||||
|
@ -44,38 +20,32 @@ _Quick update for an outdated application to make it more useful for docker setu
|
|||
* Fix dependency version
|
||||
|
||||
## 2.1.4 - 2019/11/08
|
||||
|
||||
* Use autofocus on username input field instead of the password field
|
||||
* Fill missing cells on incorrect cell count in table views when only partial data is available
|
||||
|
||||
## 2.1.3 - 2019/08/08
|
||||
|
||||
* Fixed false rendering of forms
|
||||
* Fixed channel tree view showing the wrong virtual server after selection
|
||||
* Minor code refactor
|
||||
|
||||
## 2.1.2 - 2019/08/07
|
||||
|
||||
* Minor refactoring
|
||||
* Update documentation
|
||||
|
||||
## 2.1.1 - 2019/08/07
|
||||
|
||||
* Updated translation
|
||||
|
||||
## 2.1.0 - 2019/08/07
|
||||
|
||||
* Fixed file handling on snapshots
|
||||
* Cleaned up template links
|
||||
* Updated documentation
|
||||
* Added application log view
|
||||
* Fixed files view
|
||||
* Fixed files view
|
||||
* Added show total used space for files in a channel
|
||||
* Added file delete action
|
||||
* Removed about modal
|
||||
|
||||
## 2.0.0 - 2019/08/06
|
||||
|
||||
* Replace material design with bootstrap4 theme
|
||||
* Add an about modal
|
||||
* Add tree view for online clients
|
||||
|
@ -83,45 +53,34 @@ _Quick update for an outdated application to make it more useful for docker setu
|
|||
* Update dependencies and force PHP 7.3
|
||||
|
||||
## 1.2.4 - 2019/01/18
|
||||
|
||||
* No info text
|
||||
|
||||
## 1.2.3 - 2019/01/18
|
||||
|
||||
* No info text
|
||||
|
||||
## 1.2.2 - 2018/09/01
|
||||
|
||||
* No info text
|
||||
|
||||
## 1.2.1 - 2018/06/04
|
||||
|
||||
* No info text
|
||||
|
||||
## 1.2.0 - 2018/06/04
|
||||
|
||||
* No info text
|
||||
|
||||
## 1.1.1 - 2018/05/04
|
||||
|
||||
* No info text
|
||||
|
||||
## 1.1.0 - 2018/05/04
|
||||
|
||||
* No info text
|
||||
|
||||
## 1.0.3 - 2018/04/04
|
||||
|
||||
* No info text
|
||||
|
||||
## 1.0.2 - 2018/04/04
|
||||
|
||||
* No info text
|
||||
|
||||
## 1.0.1 - 2018/04/03
|
||||
|
||||
* No info text
|
||||
|
||||
## 1.0.0 - 2018/04/03
|
||||
|
||||
* No info text
|
||||
* No info text
|
85
Dockerfile
|
@ -1,85 +0,0 @@
|
|||
FROM alpine:3.15
|
||||
|
||||
LABEL maintainer="Varakh<varakh@varakh.de>"
|
||||
|
||||
ENV APP_HOME=/var/www/html/application \
|
||||
PHP_MEMORY_LIMIT=512M \
|
||||
MAX_UPLOAD=1024M \
|
||||
PHP_MAX_FILE_UPLOAD=200 \
|
||||
PHP_MAX_POST=1024M
|
||||
|
||||
# setup folder structure
|
||||
RUN mkdir -p ${APP_HOME}/data/snapshots && \
|
||||
mkdir -p ${APP_HOME}/log && \
|
||||
touch ${APP_HOME}/log/application.log && \
|
||||
mkdir -p ${APP_HOME}/config
|
||||
|
||||
# entrypoint
|
||||
ADD docker/configure.php /configure.php
|
||||
|
||||
# add upstream application
|
||||
ADD src ${APP_HOME}/src
|
||||
ADD public ${APP_HOME}/public
|
||||
ADD composer.json ${APP_HOME}/composer.json
|
||||
ADD composer.lock ${APP_HOME}/composer.lock
|
||||
ADD data ${APP_HOME}/data
|
||||
ADD config ${APP_HOME}/config
|
||||
|
||||
# install dependencies
|
||||
RUN cp ${APP_HOME}/config/env.example ${APP_HOME}/config/env && \
|
||||
apk add --update --no-cache \
|
||||
bash \
|
||||
nginx \
|
||||
s6 \
|
||||
curl \
|
||||
git \
|
||||
php7 \
|
||||
php7-fpm \
|
||||
php7-cli \
|
||||
php7-intl \
|
||||
php7-curl \
|
||||
php7-json \
|
||||
php7-dom \
|
||||
php7-simplexml \
|
||||
php7-pcntl \
|
||||
php7-posix \
|
||||
php7-mcrypt \
|
||||
php7-session \
|
||||
php7-gd \
|
||||
php7-phar \
|
||||
php7-fileinfo \
|
||||
php7-mbstring \
|
||||
php7-ctype \
|
||||
php7-ldap \
|
||||
php7-openssl \
|
||||
php7-pecl-memcached \
|
||||
memcached \
|
||||
ca-certificates && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
apk add gnu-libiconv --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ --allow-untrusted && \
|
||||
# set environments/php
|
||||
sed -i "s|;*memory_limit =.*|memory_limit = ${PHP_MEMORY_LIMIT}|i" /etc/php7/php.ini && \
|
||||
sed -i "s|;*upload_max_filesize =.*|upload_max_filesize = ${MAX_UPLOAD}|i" /etc/php7/php.ini && \
|
||||
sed -i "s|;*max_file_uploads =.*|max_file_uploads = ${PHP_MAX_FILE_UPLOAD}|i" /etc/php7/php.ini && \
|
||||
sed -i "s|;*post_max_size =.*|post_max_size = ${PHP_MAX_POST}|i" /etc/php7/php.ini && \
|
||||
# prepare php
|
||||
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && \
|
||||
# prepare application
|
||||
cd ${APP_HOME} && composer install && \
|
||||
# clean up and permissions
|
||||
rm -rf /var/cache/apk/* && \
|
||||
chown nobody:nginx -R ${APP_HOME}
|
||||
|
||||
# Add nginx config
|
||||
ADD docker/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# Add required environment variables to php-fpm
|
||||
RUN echo "env[ENV_DIR]=%%%ENV_DIR%%%" >> /etc/php7/php-fpm.d/www.conf
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
# add overlay
|
||||
ADD docker/s6 /etc/s6/
|
||||
|
||||
# expose start
|
||||
CMD /usr/bin/php /configure.php && exec s6-svscan /etc/s6/
|
330
README.md
Normal file → Executable file
|
@ -1,278 +1,181 @@
|
|||
# README
|
||||
|
||||
[![Build Status](https://drone.myservermanager.com/api/badges/varakh/ts3web/status.svg)](https://drone.myservermanager.com/varakh/ts3web)
|
||||
|
||||
ts3web is a free and open-source web interface for TeamSpeak 3 instances.
|
||||
|
||||
|
||||
The minimalistic approach of this application is intentional.
|
||||
|
||||
* Docker images available on [https://hub.docker.com/r/varakh/ts3web](https://hub.docker.com/r/varakh/ts3web)
|
||||
* Sources are hosted on [https://git.myservermanager.com/varakh/ts3web](https://git.myservermanager.com/varakh/ts3web)
|
||||
|
||||
There are many TeamSpeak 3 web interfaces out. Why should I pick ts3web? Free, simple, stateless, easy to extend,
|
||||
standard bootstrap theme.
|
||||
|
||||
The main git repository is hosted at
|
||||
_[https://git.myservermanager.com/varakh/ts3web](https://git.myservermanager.com/varakh/ts3web)_.
|
||||
Other repositories are mirrors and pull requests, issues, and planning are managed there.
|
||||
|
||||
Contributions are very welcome!
|
||||
* Sources are hosted on [https://github.com/v4rakh/ts3web](https://github.com/v4rakh/ts3web)
|
||||
|
||||
## Limitations
|
||||
|
||||
TeamSpeak has a detailed interface for permissions and uploading files, therefore the following features are not
|
||||
TeamSpeak has a detailed interface for permissions and uploading files, therefore the following features are not
|
||||
supported:
|
||||
|
||||
* uploading files (only viewing and deleting, use the official client for uploading)
|
||||
* editing permissions (only viewing, use the client for editing)
|
||||
|
||||
## READ BEFORE USING
|
||||
## F.A.Q
|
||||
|
||||
This web interface makes **heavy use of TeamSpeak 3 server query commands**. Please ensure that you _increase query
|
||||
limits_ and whitelist the requesting IP address to a `whitelist.txt` when in a docker environment (see below).
|
||||
###### There are lots of TeamSpeak 3 web interfaces out. Why should I pick ts3web?
|
||||
Free, simple, stateless, easy to extend, standard bootstrap theme.
|
||||
|
||||
Please read the next sections carefully.
|
||||
###### I always get `TSException: Error: host isn't a ts3 instance!` when selecting a server.
|
||||
You probably got query banned from your server. You need to properly define your `whitelist.txt` file and include it in
|
||||
your TeamSpeak application.
|
||||
|
||||
## Setup
|
||||
## Configuration
|
||||
The main configuration file is the `env` file located in `config/`. There's an example file called `env.example`
|
||||
which you **need** to copy to `config/env`. Defaults will assume you're running your TeamSpeak server on `localhost` with
|
||||
default port. Docker deployments can and *should* host bind this file into the container directly and just maintain the
|
||||
`env` file.
|
||||
|
||||
_ts3web_ can be deployed natively or via docker. It's recommended to use docker with docker-compose. Those steps are
|
||||
outlined below.
|
||||
## Deployment
|
||||
The application can be deployed in different ways. See below for more information. For each deployment type a running
|
||||
TeamSpeak 3 instance is a prerequisite (except for the `docker-compose.yml` type which will start also the server if
|
||||
needed).
|
||||
|
||||
### docker-compose
|
||||
### Exposed volumes on docker images
|
||||
* Snapshots are saved in `/var/www/html/application/data/snapshots`. You should create a volume for this location if
|
||||
you're using docker as deployment type.
|
||||
* Logs are saved in `/var/www/html/application/log` for docker containers. You should create a volume
|
||||
for this location if you're using docker as deployment type. You should also create the log file `application.log` already.
|
||||
|
||||
General remarks:
|
||||
**Important**: Ensure that host binds have permissions set up properly. The user which is used in the docker container
|
||||
is `www-data` with id `82`. If, e.g. logs are host bound, then execute `chown -R 82:82 host/path/to/log`.
|
||||
The same holds true for snapshots.
|
||||
|
||||
* By default, `/var/www/html/application/config/env` is used for bootstrapping necessary configuration, can be set to another parent directory with `ENV_DIR` in docker environment variable, e.g., `ENV_DIR=/data`
|
||||
* By default, `/var/www/html/application/data/snapshots` is used for storing snapshots, path can be changed in the `env` file with `snapshot_dir`
|
||||
* By default, `/var/www/html/application/log` is used for storing and reading logs, path can be changed in the `env` file with `log_dir`
|
||||
* Other `env` configuration values are outlined in the [env.example](./config/env.example) file which is also present in the default docker image.
|
||||
### Usage with docker-compose
|
||||
The recommended way is to use docker-compose. The `network_mode = "host"` is required in order to show correct IP
|
||||
addresses of connected TeamSpeak users.
|
||||
|
||||
It's recommended to use the `network=HOST` option for the docker setup, and it will be the only example in this `README` file.
|
||||
1. The web interface will not be able to use `localhost` as TeamSpeak 3 server address because it's not available in a
|
||||
docker container when _not_ using the `host` network. Thus the`whitelist.txt` **must** include your public TeamSpeak 3
|
||||
server IP for this example setup.
|
||||
2. The public address also has to match the environment variable `teamspeak_host=your-public-address` within
|
||||
the `env` file referenced in the example `docker-compose`.
|
||||
|
||||
Let's create the docker volumes first. You could also use automatically generated ones by the `docker-compose` file, you
|
||||
would need to remove the `external: true` in the `volumes` section of the `docker-compose.yml` then.
|
||||
|
||||
Create the external volumes:
|
||||
|
||||
```shell
|
||||
docker volume create ts3-vol
|
||||
docker volume create ts3web-vol
|
||||
```
|
||||
|
||||
Paste the example `docker-compose.yml` into a file on your machine:
|
||||
|
||||
```yaml
|
||||
version: '2.1'
|
||||
networks:
|
||||
teamspeak:
|
||||
external: false
|
||||
|
||||
services:
|
||||
app:
|
||||
container_name: teamspeak_app
|
||||
image: teamspeak:latest
|
||||
volumes:
|
||||
- ts3-vol:/var/ts3server
|
||||
# ports are all public here in the HOST mode example
|
||||
- ./app:/var/ts3server
|
||||
- ./whitelist.txt:/whitelist.txt
|
||||
ports:
|
||||
- 10011:10011
|
||||
- 30033:30033
|
||||
- 9987:9987/udp
|
||||
environment:
|
||||
- TS3SERVER_LICENSE=accept
|
||||
- TS3SERVER_IP_WHITELIST=/var/ts3server/whitelist.txt
|
||||
restart: unless-stopped
|
||||
- TS3SERVER_IP_WHITELIST=/whitelist.txt
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
|
||||
web:
|
||||
container_name: teamspeak_web
|
||||
image: varakh/ts3web:latest
|
||||
image: teamspeak_web:latest
|
||||
volumes:
|
||||
- ts3web-vol:/data
|
||||
environment:
|
||||
# volume needs to contain the env file!
|
||||
- ENV_DIR=/data
|
||||
- ./env:/var/www/html/application/config/env
|
||||
- ./snapshots:/var/www/html/application/data/snapshots
|
||||
- ./log:/var/www/html/application/log
|
||||
ports:
|
||||
- 127.0.0.1:8181:80
|
||||
depends_on:
|
||||
- app
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
networks:
|
||||
- teamspeak
|
||||
|
||||
volumes:
|
||||
ts3-vol:
|
||||
ts3web-vol:
|
||||
```
|
||||
|
||||
Let's populate our docker volumes **before** we start!
|
||||
Now execute `docker-compose up -d` to start those containers. If you like to update, do `docker-compose down`,
|
||||
`docker-compose pull` and then `docker-compose up -d` again.
|
||||
|
||||
```shell
|
||||
docker run -d --rm --name ts3web_creator -v ts3web-vol:/mnt alpine tail -f /dev/null
|
||||
docker exec -it ts3web_creator sh
|
||||
Your TeamSpeak 3 Server will be available under `public-server-ip:9987`. The web interface will be available on
|
||||
`127.0.0.1:8181`. You need to add a reverse proxy and probably you also want SSL configured if you expose it via domain.
|
||||
For testing purposes, change `- 127.0.0.1:8181:80` to `- 8181:80`. The web interface will then be available under
|
||||
`public-server-ip:8181`. This is **not recommended**! Secure your setup properly via reverse proxy and SSL!
|
||||
|
||||
# inside the container, edit the env by copying the example to the docker volume mount path at /data/env
|
||||
cp /var/www/html/application/config/env /data/env
|
||||
|
||||
# edit the env file to your liking
|
||||
#
|
||||
# the teamspeak_host should point to your public ip address and must be whitelisted inside the teamspeak server itself
|
||||
vi env
|
||||
|
||||
# create necessary directories and set permissions
|
||||
mkdir -p /data/log
|
||||
touch /data/log/application.log
|
||||
mkdir -p /data/snapshots
|
||||
chown -R 65534:65534 /data
|
||||
|
||||
# exit the container
|
||||
exit
|
||||
|
||||
# on the host system, stop the creator container
|
||||
docker stop ts3web_creator
|
||||
```
|
||||
|
||||
Let's populate the teamspeak container with a proper `whitelist.txt` file. See [ensure that you're whitelisting the IP from which the webinterface will issue commands](#whitelisttextfile).
|
||||
|
||||
```shell
|
||||
docker run -d --rm --name ts3_creator -v ts3-vol:/mnt alpine tail -f /dev/null
|
||||
docker exec -it ts3_creator sh
|
||||
|
||||
# edit the whitelist.txt file at /var/ts3server/whitelist.txt
|
||||
# it should contain the following entries
|
||||
#
|
||||
# 127.0.0.1
|
||||
# ::1
|
||||
# your-public-ip
|
||||
#
|
||||
vi /var/ts3server/whitelist.txt
|
||||
|
||||
# exit the container
|
||||
exit
|
||||
|
||||
# on the host system, stop the creator container
|
||||
docker stop ts3_creator
|
||||
```
|
||||
|
||||
Maybe you like to copy valid license files into the `ts3-vol` docker volume before stopping.
|
||||
|
||||
_Finally_, start the stack with `docker-compose up -d`. Please see the **Reverse proxy** section for a nginx example.
|
||||
|
||||
### Reverse proxy
|
||||
|
||||
Here's an example on how to configure a reverse proxy for the web interface docker container
|
||||
|
||||
```shell
|
||||
root .../public;
|
||||
index index.php;
|
||||
|
||||
# enable and setup if you have a certificate (highly recommended)
|
||||
#ssl on;
|
||||
#ssl_certificate fullchain.pem;
|
||||
#ssl_certificate_key privkey.pem;
|
||||
|
||||
rewrite_log on;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ @ee;
|
||||
}
|
||||
|
||||
location @ee {
|
||||
rewrite ^(.*) /index.php?$1 last;
|
||||
}
|
||||
|
||||
# php fpm
|
||||
location ~ \.php$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;
|
||||
include fastcgi_params;
|
||||
}
|
||||
```
|
||||
|
||||
## Native application
|
||||
### Usage as single docker container
|
||||
* Copy `env.example` to `env` and adjust to your needs. It's recommended to make it persistent outside of the container.
|
||||
* Create a container with the image, e.g. `docker run --name teamspeak_web -v ./env:/var/www/html/application/config/env -p 8181:80 varakh/ts3web:latest`.
|
||||
* Make sure that if TeamSpeak and ts3web share the same docker instance and that they should be put into one network and the subnet **needs be added to teamspeak's query whitelist**.
|
||||
* Point your browser to `8181` to see the web interface.
|
||||
|
||||
### Usage as native application
|
||||
**Prerequisite**: `php`, `composer` and probably `php-fpm` installed on the server.
|
||||
|
||||
### Install
|
||||
|
||||
To install:
|
||||
* Clone repository
|
||||
* Change directory to project home
|
||||
* Execute `composer install`
|
||||
* `composer install`
|
||||
* Do the configuration by coping the `env.example` file (see information above)
|
||||
* Use a web server _or_ run directly via the embedded PHP server: `php -S localhost:8080 -t public public/index.php`.
|
||||
* Point your browser to [localhost:8080](http://localhost:8080)
|
||||
* Apply any [whitelist.txt](#whitelist-text-file) changes if you configured `teamspeak_host` differently
|
||||
than `localhost`
|
||||
|
||||
### Upgrade
|
||||
* Use a web server or run directly via PHP server: `php -S localhost:8080 -t public public/index.php` (point browser to [localhost:8080](http://localhost:8080))
|
||||
|
||||
To upgrade:
|
||||
* Change directory to project home
|
||||
* `git pull`
|
||||
* `composer update`
|
||||
|
||||
## Troubleshooting / F.A.Q
|
||||
### Web server setup
|
||||
* Example `nginx.conf` for **standalone** deployment without SSL:
|
||||
|
||||
<a name="flood"></a>
|
||||
### How to overcome server query limit?
|
||||
```
|
||||
root .../public;
|
||||
index index.php;
|
||||
|
||||
rewrite_log on;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ @ee;
|
||||
}
|
||||
|
||||
location @ee {
|
||||
rewrite ^(.*) /index.php?$1 last;
|
||||
}
|
||||
|
||||
# php fpm
|
||||
location ~ \.php$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;
|
||||
include fastcgi_params;
|
||||
}
|
||||
```
|
||||
|
||||
You might get one of these messages:
|
||||
|
||||
> I always get `flood client` message when clicking anywhere in the web interface.
|
||||
|
||||
The web UI uses query commands _a lot_! When your instance is up and running, you should be able to change the following
|
||||
setting, e.g. directly in your database (MySQL or sqlite).
|
||||
|
||||
```ini
|
||||
serverinstance_serverquery_flood_commands = 9999
|
||||
serverinstance_serverquery_max_connections_per_ip = 999
|
||||
serverinstance_serverquery_flood_time = 1
|
||||
```
|
||||
|
||||
<a name="whitelist"></a>
|
||||
> I always get `TSException: Error: host isn't a ts3 instance!` when selecting a server.
|
||||
|
||||
You're probably on a docker environment and the TeamSpeak server is queried through the web UI which
|
||||
resides behind a web server, so the TeamSpeak server thinks that the _remote web server IP address_ invokes the query
|
||||
commands and thus blacklists it.
|
||||
|
||||
You need define an exception for you server's IP in a [`whitelist.txt`](#whitelisttextfile) file and include it in
|
||||
your TeamSpeak application.
|
||||
|
||||
You can also add the desired IP to `query_ip_allowlist.txt` and `query_ip_whitelist.txt` within the TeamSpeak 3 Server
|
||||
data directory.
|
||||
|
||||
<a name="dockerperms"></a>
|
||||
### I always get `no write permissions` or something similar when trying to save snapshots or when a log entry is created.
|
||||
|
||||
This probably happens when you're in the docker setup. Ensure that host binds have permissions set up properly and also files inside any
|
||||
docker volume has the correct permissions. The user which is used in the docker container is `nobody` with id `65534`.
|
||||
|
||||
Change owner permissions recursively with `chown -R 65534:65534 /path/to/dir`.
|
||||
|
||||
<a name="whitelisttextfile"></a>
|
||||
### What's a whitelist.txt and why do I need it?
|
||||
|
||||
The following illustrates a valid `whitelist.txt` file which can be used for the above `docker-compose` setups. You need
|
||||
to replace `your-public-ip` with the TeamSpeak's public IP address if required or remove the fixed internal docker IP if
|
||||
you're on 'host' mode.
|
||||
|
||||
```
|
||||
127.0.0.1
|
||||
::1
|
||||
10.5.0.5
|
||||
your-public-ip
|
||||
```
|
||||
* Example `nginx.conf` as **reverse proxy** with SSL:
|
||||
|
||||
```
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
server_name teamspeak.domain.tld;
|
||||
|
||||
ssl on;
|
||||
ssl_certificate fullchain.pem;
|
||||
ssl_certificate_key privkey.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8181;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
Contributions are welcome!
|
||||
|
||||
### Release
|
||||
|
||||
* Set a date in the `CHANGELOG.md` file
|
||||
* Remove `SNAPSHOT` from the version in `Constants.php`
|
||||
* Build the docker image from the project
|
||||
* if necessary, add GitHub access token to let composer pull dependencies within the image correctly:
|
||||
add `&& composer config --global --auth github-oauth.github.com <token> \` before the `composer install` command,
|
||||
where `<token>` can be retrieved from [GitHub settings](https://github.com/settings/tokens)
|
||||
* execute `sudo docker build --no-cache -t varakh/ts3web:latest .` to build
|
||||
* if necessary, add GitHub access token to let composer pull dependencies within the image correctly:
|
||||
add `&& composer config --global --auth github-oauth.github.com <token> \` before the `composer install` command,
|
||||
where `<token>` can be retrieved from [GitHub settings](https://github.com/settings/tokens)
|
||||
* execute `docker build -t varakh/ts3web:latest -t varakh/ts3web:<releaseTag> -f docker/Dockerfile .` to build
|
||||
* publish it
|
||||
* Tag the release git commit and create a new release in the VCS web interface
|
||||
|
||||
|
@ -284,9 +187,7 @@ Contributions are welcome!
|
|||
4. Don't forget to clean up all created branches
|
||||
|
||||
### Helpers
|
||||
|
||||
Attributes can be defined when including `table`, `keyvalues` and `form` templates of twig. This helps to generate
|
||||
tables and forms without the need to specify all attributes.
|
||||
Attributes can be defined when including `table`, `keyvalues` and `form` templates of twig. This helps to generate tables and forms without the need to specify all attributes.
|
||||
|
||||
```
|
||||
hiddenDependingOnAttribute // hides a row depending on a value in a table
|
||||
|
@ -301,15 +202,10 @@ fields // define fields for a form
|
|||
See example usage in the folder `View/bootstrap4`.
|
||||
|
||||
### Translations
|
||||
|
||||
- This app uses Symfony Translator. It's bootstrapped in `Util\BootstrapHelper` and locales are placed
|
||||
under `data/locale/` and the data table `.json` file, e.g. `en_dataTable.json`. Adjust to your needs or help
|
||||
translating.
|
||||
- Form fields (name/id should be the same) are also translated. For a field named `content` or `ConT enT`
|
||||
translate `form_field_content`.
|
||||
- This app uses Symfony Translator. It's bootstrapped in `Util\BootstrapHelper` and locales are placed under `data/locale/` and the data table `.json` file, e.g. `en_dataTable.json`. Adjust to your needs or help translating.
|
||||
- Form fields (name/id should be the same) are also translated. For a field named `content` or `ConT enT` translate `form_field_content`.
|
||||
|
||||
### Theme
|
||||
|
||||
Themes can be chosen in the `env` file by editing the `theme` variable. Templates are mapped to the corresponding view
|
||||
folder in `src/View/<themeName>`. `.css`, `.js` and other style files like `.ttf` or `.woff2` for fonts should be placed
|
||||
Themes can be chosen in the `env` file by editing the `theme` variable. Templates are mapped to the corresponding view
|
||||
folder in `src/View/<themeName>`. `.css`, `.js` and other style files like `.ttf` or `.woff2` for fonts should be placed
|
||||
in `public/theme/<themeName>` and accessed accordingly. See an example in `src/View/boostrap4/layout.twig`.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"php": ">= 7.3",
|
||||
"slim/slim": "3.12.2",
|
||||
"monolog/monolog": "1.25.1",
|
||||
"slim/twig-view": "2.5.0",
|
||||
|
|
2110
composer.lock
generated
|
@ -8,15 +8,15 @@ class Constants
|
|||
/**
|
||||
* Years tag
|
||||
*/
|
||||
const YEARS = '2020-2023';
|
||||
const YEARS = '2020';
|
||||
|
||||
/**
|
||||
* Version tag
|
||||
*/
|
||||
const VERSION = '2.2.6';
|
||||
const VERSION = '2.2.2';
|
||||
|
||||
/**
|
||||
* Return constant by its class name
|
||||
* Return constant by it's class name
|
||||
*
|
||||
* @param $value
|
||||
* @return string|null
|
||||
|
@ -43,4 +43,4 @@ class Constants
|
|||
$oClass = new ReflectionClass(__CLASS__);
|
||||
return $oClass->getConstants();
|
||||
}
|
||||
}
|
||||
}
|
|
@ -8,27 +8,12 @@ class EnvConstants
|
|||
/**
|
||||
* Example env file
|
||||
*/
|
||||
const FILE_NAME_EXAMPLE_ENV = "env.example";
|
||||
const ENV_FILE_EXAMPLE = "env.example";
|
||||
|
||||
/**
|
||||
* Custom env file
|
||||
*/
|
||||
const FILE_NAME_ENV = "env";
|
||||
|
||||
/**
|
||||
* The path to the env file
|
||||
*/
|
||||
const ENV_DIR = "ENV_DIR";
|
||||
|
||||
/**
|
||||
* The path to the logs directory
|
||||
*/
|
||||
const LOG_DIR = "log_dir";
|
||||
|
||||
/**
|
||||
* The path to the snapshots directory
|
||||
*/
|
||||
const SNAPSHOT_DIR = "snapshot_dir";
|
||||
const ENV_FILE = "env";
|
||||
|
||||
/**
|
||||
* Site title
|
||||
|
@ -46,7 +31,7 @@ class EnvConstants
|
|||
const SITE_DATE_FORMAT = "site_date_format";
|
||||
|
||||
/**
|
||||
* Theme
|
||||
* THeme
|
||||
*/
|
||||
const THEME = "theme";
|
||||
|
||||
|
@ -101,4 +86,4 @@ class EnvConstants
|
|||
EnvConstants::LOG_NAME,
|
||||
EnvConstants::LOG_LEVEL
|
||||
];
|
||||
}
|
||||
}
|
|
@ -8,16 +8,12 @@ theme="bootstrap4" # values: bootstrap4 (foldernames are used to determine theme
|
|||
theme_cache=false # values: true|false (cache view/twig. makes it faster, disable for debug)
|
||||
|
||||
# teamspeak
|
||||
teamspeak_host="app" # 'localhost' or 'name_of_docker_container|name_of_the_docker-compose_service' if running locally
|
||||
teamspeak_host="localhost" # 'localhost' or 'name_of_docker_container' if running locally
|
||||
teamspeak_query_port=10011
|
||||
teamspeak_user="serveradmin"
|
||||
teamspeak_tree_view="true" # show a tree view in the details of online clients if a server has been selected
|
||||
teamspeak_log_lines=100 # show this amount of latest log lines
|
||||
|
||||
# log
|
||||
log_dir=/var/www/html/application/log
|
||||
log_name="ts3web" # values: all strings
|
||||
log_level="INFO" # values: DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY
|
||||
|
||||
# snapshots
|
||||
snapshot_dir=/var/www/html/application/data/snapshots
|
||||
log_level="INFO" # values: DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY
|
26
docker/Dockerfile
Normal file
|
@ -0,0 +1,26 @@
|
|||
FROM phpearth/php:7.4-nginx
|
||||
|
||||
# install deps
|
||||
RUN apk add --no-cache git \
|
||||
&& apk add --no-cache composer
|
||||
|
||||
# adjust nginx
|
||||
COPY docker/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY docker/nginx.conf /etc/nginx/nginx.conf
|
||||
RUN sed -i "s|upload_max_filesize = 2M|upload_max_filesize = 1024M|g" /etc/php/7.4/php.ini \
|
||||
&& sed -i "s|post_max_size = 8M|post_max_size = 1024M|g" /etc/php/7.4/php.ini \
|
||||
&& sed -i "s|max_execution_time = 30|max_execution_time = 86400|g" /etc/php/7.4/php.ini
|
||||
|
||||
# copy application and set permissions
|
||||
COPY config/ /var/www/html/application/config/
|
||||
COPY data/ /var/www/html/application/data/
|
||||
COPY public/ /var/www/html/application/public/
|
||||
COPY src/ /var/www/html/application/src/
|
||||
COPY composer.json /var/www/html/application/composer.json
|
||||
RUN mkdir -p /var/www/html/application/bin/ \
|
||||
&& mkdir -p /var/www/html/application/cache/ \
|
||||
&& chown -R www-data:www-data /var/www/html/application
|
||||
|
||||
# initialize app
|
||||
RUN cd /var/www/html/application/ \
|
||||
&& composer install
|
|
@ -1,22 +0,0 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
echo "Adapting ENV_DIR..." . PHP_EOL;
|
||||
|
||||
$path = '/etc/php7/php-fpm.d/www.conf';
|
||||
$env = "ENV_DIR";
|
||||
|
||||
$fileContent = file_get_contents($path);
|
||||
$fileContent = preg_replace("/%%%" . strtoupper($env) . "%%%/", env($env, "/var/www/html/application/config"), $fileContent);
|
||||
file_put_contents($path, $fileContent);
|
||||
|
||||
function env($name, $default = null)
|
||||
{
|
||||
$v = getenv($name) ?: $default;
|
||||
|
||||
if ($v === null) {
|
||||
return "''";
|
||||
}
|
||||
|
||||
return "'" . $v . "'";
|
||||
}
|
30
docker/default.conf
Normal file
|
@ -0,0 +1,30 @@
|
|||
# copied to /etc/nginx/conf.d/default.conf
|
||||
server {
|
||||
listen 80 default_server;
|
||||
|
||||
root /var/www/html/application/public;
|
||||
|
||||
index index.html index.htm index.php;
|
||||
|
||||
server_name _;
|
||||
|
||||
charset utf-8;
|
||||
|
||||
location = /favicon.ico { log_not_found off; access_log off; }
|
||||
location = /robots.txt { log_not_found off; access_log off; }
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php$is_args$args;
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
fastcgi_pass unix:/run/php/php-fpm.sock;
|
||||
include fastcgi.conf;
|
||||
}
|
||||
|
||||
error_page 404 /index.php;
|
||||
|
||||
location ~ /\.ht {
|
||||
deny all;
|
||||
}
|
||||
}
|
|
@ -1,41 +1,96 @@
|
|||
daemon off;
|
||||
pid /run/nginx.pid;
|
||||
worker_processes 1;
|
||||
# /etc/nginx/nginx.conf
|
||||
|
||||
user nginx;
|
||||
|
||||
# Set number of worker processes automatically based on number of CPU cores.
|
||||
worker_processes auto;
|
||||
|
||||
# Enables the use of JIT for regular expressions to speed-up their processing.
|
||||
pcre_jit on;
|
||||
|
||||
# Configures default error logger.
|
||||
error_log /var/log/nginx/error.log warn;
|
||||
|
||||
# Includes files with directives to load dynamic modules.
|
||||
include /etc/nginx/modules/*.conf;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
# The maximum number of simultaneous connections that can be opened by
|
||||
# a worker process.
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
# Includes mapping of file name extensions to MIME types of responses
|
||||
# and defines the default type.
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
gzip off;
|
||||
client_max_body_size 0;
|
||||
# Name servers used to resolve names of upstream servers into addresses.
|
||||
# It's also needed when using tcpsocket and udpsocket in Lua modules.
|
||||
#resolver 208.67.222.222 208.67.220.220;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
root /var/www/html/application/public;
|
||||
index index.php index.html;
|
||||
# Don't tell nginx version to clients.
|
||||
server_tokens off;
|
||||
|
||||
rewrite_log on;
|
||||
# Specifies the maximum accepted body size of a client request, as
|
||||
# indicated by the request header Content-Length. If the stated content
|
||||
# length is greater than this size, then the client receives the HTTP
|
||||
# error code 413. Set to 0 to disable.
|
||||
client_max_body_size 1024m;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ @ee;
|
||||
}
|
||||
# Timeout for keep-alive connections. Server will close connections after
|
||||
# this time.
|
||||
keepalive_timeout 65;
|
||||
|
||||
location @ee {
|
||||
rewrite ^(.*) /index.php?$1 last;
|
||||
}
|
||||
# Sendfile copies data between one FD and other from within the kernel,
|
||||
# which is more efficient than read() + write().
|
||||
sendfile on;
|
||||
|
||||
location ~ \.php$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
fastcgi_pass 127.0.0.1:9000;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_index index.php;
|
||||
include fastcgi_params;
|
||||
}
|
||||
}
|
||||
}
|
||||
# Don't buffer data-sends (disable Nagle algorithm).
|
||||
# Good for sending frequent small bursts of data in real time.
|
||||
tcp_nodelay on;
|
||||
|
||||
# Causes nginx to attempt to send its HTTP response head in one packet,
|
||||
# instead of using partial frames.
|
||||
#tcp_nopush on;
|
||||
|
||||
|
||||
# Path of the file with Diffie-Hellman parameters for EDH ciphers.
|
||||
#ssl_dhparam /etc/ssl/nginx/dh2048.pem;
|
||||
|
||||
# Specifies that our cipher suits should be preferred over client ciphers.
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
# Enables a shared SSL cache with size that can hold around 8000 sessions.
|
||||
ssl_session_cache shared:SSL:2m;
|
||||
|
||||
# Enable gzipping of responses.
|
||||
gzip on;
|
||||
|
||||
# Set the Vary HTTP header as defined in the RFC 2616.
|
||||
gzip_vary on;
|
||||
|
||||
# Enable checking the existence of precompressed files.
|
||||
#gzip_static on;
|
||||
|
||||
# Specifies the main log format.
|
||||
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||
'$status $body_bytes_sent "$http_referer" '
|
||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
# Sets the path, format, and configuration for a buffered log write.
|
||||
access_log /var/log/nginx/access.log main;
|
||||
|
||||
proxy_buffering on;
|
||||
proxy_buffer_size 128k;
|
||||
proxy_buffers 4 256k;
|
||||
proxy_busy_buffers_size 256k;
|
||||
|
||||
fastcgi_buffers 8 16k;
|
||||
fastcgi_buffer_size 32k;
|
||||
|
||||
# Includes virtual hosts configs.
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec /usr/sbin/nginx
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec /usr/sbin/php-fpm7 --nodaemonize
|
0
public/images/flags/ad.png
Normal file → Executable file
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 643 B |
0
public/images/flags/ae.png
Normal file → Executable file
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 408 B |
0
public/images/flags/af.png
Normal file → Executable file
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 604 B |
0
public/images/flags/ag.png
Normal file → Executable file
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 591 B |
0
public/images/flags/ai.png
Normal file → Executable file
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 643 B |
0
public/images/flags/al.png
Normal file → Executable file
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 600 B |
0
public/images/flags/am.png
Normal file → Executable file
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 497 B |
0
public/images/flags/an.png
Normal file → Executable file
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 488 B |
0
public/images/flags/ao.png
Normal file → Executable file
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
0
public/images/flags/ar.png
Normal file → Executable file
Before Width: | Height: | Size: 506 B After Width: | Height: | Size: 506 B |
0
public/images/flags/as.png
Normal file → Executable file
Before Width: | Height: | Size: 647 B After Width: | Height: | Size: 647 B |
0
public/images/flags/at.png
Normal file → Executable file
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 403 B |
0
public/images/flags/au.png
Normal file → Executable file
Before Width: | Height: | Size: 673 B After Width: | Height: | Size: 673 B |
0
public/images/flags/aw.png
Normal file → Executable file
Before Width: | Height: | Size: 524 B After Width: | Height: | Size: 524 B |
0
public/images/flags/ax.png
Normal file → Executable file
Before Width: | Height: | Size: 663 B After Width: | Height: | Size: 663 B |
0
public/images/flags/az.png
Normal file → Executable file
Before Width: | Height: | Size: 589 B After Width: | Height: | Size: 589 B |
0
public/images/flags/ba.png
Normal file → Executable file
Before Width: | Height: | Size: 593 B After Width: | Height: | Size: 593 B |
0
public/images/flags/bb.png
Normal file → Executable file
Before Width: | Height: | Size: 585 B After Width: | Height: | Size: 585 B |
0
public/images/flags/bd.png
Normal file → Executable file
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 504 B |
0
public/images/flags/be.png
Normal file → Executable file
Before Width: | Height: | Size: 449 B After Width: | Height: | Size: 449 B |
0
public/images/flags/bf.png
Normal file → Executable file
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 497 B |
0
public/images/flags/bg.png
Normal file → Executable file
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 462 B |
0
public/images/flags/bh.png
Normal file → Executable file
Before Width: | Height: | Size: 457 B After Width: | Height: | Size: 457 B |
0
public/images/flags/bi.png
Normal file → Executable file
Before Width: | Height: | Size: 675 B After Width: | Height: | Size: 675 B |
0
public/images/flags/bj.png
Normal file → Executable file
Before Width: | Height: | Size: 486 B After Width: | Height: | Size: 486 B |
0
public/images/flags/bl.png
Normal file → Executable file
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 545 B |
0
public/images/flags/bm.png
Normal file → Executable file
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 611 B |
0
public/images/flags/bn.png
Normal file → Executable file
Before Width: | Height: | Size: 639 B After Width: | Height: | Size: 639 B |
0
public/images/flags/bo.png
Normal file → Executable file
Before Width: | Height: | Size: 500 B After Width: | Height: | Size: 500 B |
0
public/images/flags/br.png
Normal file → Executable file
Before Width: | Height: | Size: 593 B After Width: | Height: | Size: 593 B |
0
public/images/flags/bs.png
Normal file → Executable file
Before Width: | Height: | Size: 526 B After Width: | Height: | Size: 526 B |
0
public/images/flags/bt.png
Normal file → Executable file
Before Width: | Height: | Size: 631 B After Width: | Height: | Size: 631 B |
0
public/images/flags/bv.png
Normal file → Executable file
Before Width: | Height: | Size: 512 B After Width: | Height: | Size: 512 B |
0
public/images/flags/bw.png
Normal file → Executable file
Before Width: | Height: | Size: 443 B After Width: | Height: | Size: 443 B |
0
public/images/flags/by.png
Normal file → Executable file
Before Width: | Height: | Size: 514 B After Width: | Height: | Size: 514 B |
0
public/images/flags/bz.png
Normal file → Executable file
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 600 B |
0
public/images/flags/ca.png
Normal file → Executable file
Before Width: | Height: | Size: 628 B After Width: | Height: | Size: 628 B |
0
public/images/flags/cc.png
Normal file → Executable file
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 625 B |
0
public/images/flags/cd.png
Normal file → Executable file
Before Width: | Height: | Size: 528 B After Width: | Height: | Size: 528 B |
0
public/images/flags/cf.png
Normal file → Executable file
Before Width: | Height: | Size: 614 B After Width: | Height: | Size: 614 B |
0
public/images/flags/cg.png
Normal file → Executable file
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 521 B |
0
public/images/flags/ch.png
Normal file → Executable file
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 367 B |
0
public/images/flags/ci.png
Normal file → Executable file
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 453 B |
0
public/images/flags/ck.png
Normal file → Executable file
Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 586 B |
0
public/images/flags/cl.png
Normal file → Executable file
Before Width: | Height: | Size: 450 B After Width: | Height: | Size: 450 B |
0
public/images/flags/cm.png
Normal file → Executable file
Before Width: | Height: | Size: 525 B After Width: | Height: | Size: 525 B |
0
public/images/flags/cn.png
Normal file → Executable file
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 472 B |
0
public/images/flags/co.png
Normal file → Executable file
Before Width: | Height: | Size: 483 B After Width: | Height: | Size: 483 B |
0
public/images/flags/cr.png
Normal file → Executable file
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 477 B |
0
public/images/flags/cs.png
Normal file → Executable file
Before Width: | Height: | Size: 439 B After Width: | Height: | Size: 439 B |
0
public/images/flags/cu.png
Normal file → Executable file
Before Width: | Height: | Size: 563 B After Width: | Height: | Size: 563 B |
0
public/images/flags/cv.png
Normal file → Executable file
Before Width: | Height: | Size: 529 B After Width: | Height: | Size: 529 B |
0
public/images/flags/cx.png
Normal file → Executable file
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 608 B |
0
public/images/flags/cy.png
Normal file → Executable file
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
0
public/images/flags/cz.png
Normal file → Executable file
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 476 B |
0
public/images/flags/de.png
Normal file → Executable file
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 545 B |
0
public/images/flags/dj.png
Normal file → Executable file
Before Width: | Height: | Size: 572 B After Width: | Height: | Size: 572 B |
0
public/images/flags/dk.png
Normal file → Executable file
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 495 B |
0
public/images/flags/dm.png
Normal file → Executable file
Before Width: | Height: | Size: 620 B After Width: | Height: | Size: 620 B |
0
public/images/flags/do.png
Normal file → Executable file
Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 508 B |
0
public/images/flags/dz.png
Normal file → Executable file
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 582 B |
0
public/images/flags/ec.png
Normal file → Executable file
Before Width: | Height: | Size: 500 B After Width: | Height: | Size: 500 B |
0
public/images/flags/ee.png
Normal file → Executable file
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 429 B |
0
public/images/flags/eg.png
Normal file → Executable file
Before Width: | Height: | Size: 465 B After Width: | Height: | Size: 465 B |
0
public/images/flags/eh.png
Normal file → Executable file
Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 508 B |
0
public/images/flags/er.png
Normal file → Executable file
Before Width: | Height: | Size: 653 B After Width: | Height: | Size: 653 B |
0
public/images/flags/es.png
Normal file → Executable file
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 469 B |
0
public/images/flags/et.png
Normal file → Executable file
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 592 B |
0
public/images/flags/fi.png
Normal file → Executable file
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 489 B |
0
public/images/flags/fj.png
Normal file → Executable file
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 610 B |
0
public/images/flags/fk.png
Normal file → Executable file
Before Width: | Height: | Size: 648 B After Width: | Height: | Size: 648 B |
0
public/images/flags/fm.png
Normal file → Executable file
Before Width: | Height: | Size: 552 B After Width: | Height: | Size: 552 B |
0
public/images/flags/fo.png
Normal file → Executable file
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 474 B |
0
public/images/flags/fr.png
Normal file → Executable file
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 545 B |
0
public/images/flags/ga.png
Normal file → Executable file
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 489 B |
0
public/images/flags/gb.png
Normal file → Executable file
Before Width: | Height: | Size: 599 B After Width: | Height: | Size: 599 B |
0
public/images/flags/gd.png
Normal file → Executable file
Before Width: | Height: | Size: 637 B After Width: | Height: | Size: 637 B |
0
public/images/flags/ge.png
Normal file → Executable file
Before Width: | Height: | Size: 594 B After Width: | Height: | Size: 594 B |
0
public/images/flags/gf.png
Normal file → Executable file
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 545 B |
0
public/images/flags/gg.png
Normal file → Executable file
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 362 B |
0
public/images/flags/gh.png
Normal file → Executable file
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 490 B |
0
public/images/flags/gi.png
Normal file → Executable file
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 463 B |
0
public/images/flags/gl.png
Normal file → Executable file
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B |