Skip to content

Commit

Permalink
Merge pull request #6 from slim/feat/custom-logo
Browse files Browse the repository at this point in the history
 Changed for Les-tilleuls.coop logo
  • Loading branch information
slim authored Jan 31, 2024
2 parents 49a2f44 + 4e45ce2 commit 6f65dd9
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 3.0-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ RUN curl -L -o /tmp/iTop.zip https://sourceforge.net/projects/itop/files/itop/${
&& chown -R www-data: /var/www/html/ \
&& rm -rf /tmp/iTop.zip /tmp/web

# Add custom logo
COPY images/* /var/www/html/images/

# Add default configuration
COPY php.ini /usr/local/etc/php/php.ini
COPY config-itop.php /var/www/html/conf/production/config-itop.php
Expand Down
Binary file added 3.0-custom/images/itop-logo-external.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 3.0-custom/images/itop-logo-square-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 3.0-custom/images/itop-logo-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 3.0-custom/images/itop-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
196 changes: 196 additions & 0 deletions 3.0-custom/images/logo-itop-dark-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f65dd9

Please sign in to comment.