Merge branch 'feat/docker-tweaks' into 'develop'

Docker and branding updates

See merge request webvokestudio/athenahr!11
This commit is contained in:
Miguel Nogueira 2024-06-26 16:17:10 +00:00
commit 8e0cb453ba
41 changed files with 1728 additions and 1045 deletions

View File

@ -1,8 +1,8 @@
APP_NAME=Laravel
APP_NAME=AthenaHR
APP_DESCRIPTION="AthenaHR - Your one-stop-shop for your community recruitment needs"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_DEBUG=false
APP_URL=http://localhost
# Please note: Use relative URLs. Absolute URLs will not work.

View File

@ -19,13 +19,12 @@ RUN apt-get install -y nodejs
WORKDIR /var/www/html
COPY . .
COPY --chown=www-data:www-data . .
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN composer update && composer install
RUN npm ci
# Set Laravel's permissions and setup storage, though this could be done in the COPY command directly
RUN chown -R www-data:www-data .
RUN chmod -R 755 /var/www/html/storage
RUN php artisan storage:link

0
bootstrap/cache/.gitignore vendored Executable file → Normal file
View File

View File

@ -34,6 +34,7 @@
"sentry/sentry-laravel": "3.6.*",
"socialiteproviders/discord": "^4.1",
"spatie/laravel-permission": "^5.5",
"spatie/laravel-sitemap": "^7.2",
"ultrono/markdown": "*"
},
"require-dev": {

2691
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ version: '3.8'
services:
athenahr_app:
image: gitlab.futuregamers.co:5050/webvokestudio/athenahr:latest
image: athenahr:1.1.1
container_name: athenahr_app
volumes:
- ./:/var/www/html

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "html",
"name": "athenahr",
"lockfileVersion": 2,
"requires": true,
"packages": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

9
public/browserconfig.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png?v=10"/>
<TileColor>#014aad</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 B

After

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/img/brand/authbg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 301 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 KiB

BIN
public/img/brand/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

0
public/index.php Normal file → Executable file
View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

BIN
public/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,16 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="95.000000pt" height="95.000000pt" viewBox="0 0 95.000000 95.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,95.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M343 759 c-117 -56 -178 -152 -178 -284 0 -68 4 -89 28 -137 77 -157
264 -221 421 -144 185 91 233 333 96 488 -60 69 -128 100 -226 104 -71 2 -87
-1 -141 -27z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 683 B

View File

@ -1 +0,0 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

View File

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://gamescluboficial.com.br/</loc>
<lastmod>2021-12-10T22:38:02+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://gamescluboficial.com.br/sorteio</loc>
<lastmod>2021-12-10T22:38:02+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://gamescluboficial.com.br/auth/register</loc>
<lastmod>2021-12-10T22:38:02+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://gamescluboficial.com.br/auth/login</loc>
<lastmod>2021-12-10T22:38:02+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://gamescluboficial.com.br/auth/password/reset</loc>
<lastmod>2021-12-10T22:38:02+00:00</lastmod>
<priority>0.51</priority>
</url>
</urlset>

View File

@ -5,8 +5,8 @@
<div class="container">
<div class="card login-card">
<div class="row no-gutters">
<div class="col-md-5">
<img src="{{ asset(config('customization.authbanner')) }}" alt="login" class="login-card-img">
<div class="col-md-5 banner-container">
<img src="{{ asset(config('customization.authbanner')) }}" height="200px" alt="login" class="login-card-img">
</div>
<div class="col-md-7">
<div class="card-body">

View File

@ -57,8 +57,6 @@
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
<script src="https://betteruptime.com/widgets/announcement.js" data-id="131937" async="async" type="text/javascript"></script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>

0
storage/app/.gitignore vendored Executable file → Normal file
View File

0
storage/app/public/.gitignore vendored Executable file → Normal file
View File

0
storage/debugbar/.gitignore vendored Executable file → Normal file
View File

0
storage/framework/.gitignore vendored Executable file → Normal file
View File

0
storage/framework/cache/.gitignore vendored Executable file → Normal file
View File

0
storage/framework/cache/data/.gitignore vendored Executable file → Normal file
View File

0
storage/framework/sessions/.gitignore vendored Executable file → Normal file
View File

0
storage/framework/testing/.gitignore vendored Executable file → Normal file
View File

0
storage/framework/views/.gitignore vendored Executable file → Normal file
View File

0
storage/logs/.gitignore vendored Executable file → Normal file
View File