diff --git a/.gitignore b/.gitignore index 872c231..2d80b03 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ wakapi build *.exe *.db -config.yml +config*.yml +!config.default.yml config.ini \ No newline at end of file diff --git a/README.md b/README.md index 5cad605..07944a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 📈 wakapi -![](https://img.shields.io/github/license/muety/wakapi) +![](https://badges.fw-web.space/github/license/muety/wakapi) ![GitHub release (latest by date)](https://badges.fw-web.space/github/v/release/muety/wakapi) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/muety/wakapi) ![Docker Cloud Build Status](https://badges.fw-web.space/docker/cloud/build/n1try/wakapi) diff --git a/config.mysql.yml b/config.mysql.yml deleted file mode 100644 index 0981275..0000000 --- a/config.mysql.yml +++ /dev/null @@ -1,21 +0,0 @@ -env: dev -app: - custom_languages: - jsx: JSX - vue: Vue -security: - password_salt: - insecure_cookies: false - cookie_max_age: 172800 -db: - host: localhost - port: 3306 - user: wakapi_user - password: wakapi - name: wakapi_local - dialect: mysql - max_conn: 2 -server: - port: 3000 - listen_ipv4: 127.0.0.1 - base_path: / diff --git a/config.postgres.yml b/config.postgres.yml deleted file mode 100644 index cc5d185..0000000 --- a/config.postgres.yml +++ /dev/null @@ -1,22 +0,0 @@ -env: dev -app: - custom_languages: - jsx: JSX - vue: Vue - abc: Fooscript -security: - password_salt: - insecure_cookies: false - cookie_max_age: 172800 -db: - host: localhost - port: 5432 - user: wakapi_user - password: wakapi - name: wakapi_local - dialect: postgres - max_conn: 2 -server: - port: 3000 - listen_ipv4: 127.0.0.1 - base_path: / diff --git a/config.sqlite.yml b/config.sqlite.yml deleted file mode 100644 index 51f1aba..0000000 --- a/config.sqlite.yml +++ /dev/null @@ -1,27 +0,0 @@ -env: development - -server: - listen_ipv4: 127.0.0.1 - port: 3000 - base_path: / - -app: - cleanup: false # only edit, if you know what you're doing - aggregation_time: '02:16' # time at which to run daily aggregation batch jobs - custom_languages: - vue: Vue - jsx: JSX - -db: - host: # leave blank when using sqlite3 - port: # leave blank when using sqlite3 - user: # leave blank when using sqlite3 - password: # leave blank when using sqlite3 - name: wakapi_db.db # database name for mysql / postgres or file path for sqlite (e.g. /tmp/wakapi.db) - dialect: sqlite3 # mysql, postgres, sqlite3 - max_conn: 2 - -security: - password_salt: # CHANGE ! - insecure_cookies: false - cookie_max_age: 172800 diff --git a/version.txt b/version.txt index 092afa1..511a76e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.17.0 +1.17.1 diff --git a/views/index.tpl.html b/views/index.tpl.html index 6104bc2..27387cf 100644 --- a/views/index.tpl.html +++ b/views/index.tpl.html @@ -19,6 +19,7 @@
Wakapi is an open-source tool that helps you keep track of the time you have spent coding on different projects in different programming languages and more. Ideal for statistics freaks any anyone else.
+ +