forked from kamba4/sunders
		
	Compare commits
	
		
			2 commits
		
	
	
		
			
				1d38aea2ca
			
			...
			
				ac415599b2
			
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| ac415599b2 | |||
| 9da0f276c7 | 
					 2 changed files with 2 additions and 41 deletions
				
			
		|  | @ -7,10 +7,8 @@ services: | ||||||
|       MYSQL_DATABASE: camera # ${{secrets.MYSQL_DATABASE}} |       MYSQL_DATABASE: camera # ${{secrets.MYSQL_DATABASE}} | ||||||
|       MYSQL_USER: camera # ${{secrets.MYSQL_USER}} |       MYSQL_USER: camera # ${{secrets.MYSQL_USER}} | ||||||
|       MYSQL_PASSWORD: camerapassword # ${{secrets.MYSQL_PASSWORD}} |       MYSQL_PASSWORD: camerapassword # ${{secrets.MYSQL_PASSWORD}} | ||||||
|     ports: |  | ||||||
|       - "3306:3306" |  | ||||||
|     volumes: |     volumes: | ||||||
|         - mariadb:/var/lib/mysql:Z |         - mariadb:/var/lib/mysql | ||||||
|     healthcheck: |     healthcheck: | ||||||
|       test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-uroot", "-prootpassword"] |       test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-uroot", "-prootpassword"] | ||||||
|       interval: 10s |       interval: 10s | ||||||
|  | @ -20,7 +18,6 @@ services: | ||||||
| 
 | 
 | ||||||
|   web: |   web: | ||||||
|     image: git.hamburg.ccc.de/ccchh/sunders/web:latest |     image: git.hamburg.ccc.de/ccchh/sunders/web:latest | ||||||
|     build: ./web/ |  | ||||||
|     environment: |     environment: | ||||||
|       MYSQL_HOST: db |       MYSQL_HOST: db | ||||||
|       MYSQL_DB: camera # ${{secrets.MYSQL_DATABASE}} |       MYSQL_DB: camera # ${{secrets.MYSQL_DATABASE}} | ||||||
|  | @ -38,7 +35,6 @@ services: | ||||||
|    |    | ||||||
|   data_handler: |   data_handler: | ||||||
|     image: git.hamburg.ccc.de/ccchh/sunders/data_handler:latest |     image: git.hamburg.ccc.de/ccchh/sunders/data_handler:latest | ||||||
|     build: ./data_handler/ |  | ||||||
|     environment: |     environment: | ||||||
|       MYSQL_HOST: db |       MYSQL_HOST: db | ||||||
|       MYSQL_DB: camera # ${{secrets.MYSQL_DATABASE}} |       MYSQL_DB: camera # ${{secrets.MYSQL_DATABASE}} | ||||||
|  |  | ||||||
|  | @ -53,7 +53,6 @@ | ||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html> | <html> | ||||||
|   <head> |   <head> | ||||||
|     <meta http-equiv="onion-location" content="http://sunders.ahcbagldgzdpa74g2mh74fvk5zjzpfjbvgqin6g3mfuu66tynv2gkiid.onion"/> |  | ||||||
|     <meta charset="utf-8"/> |     <meta charset="utf-8"/> | ||||||
|     <meta name="viewport" content="width=device-width,initial-scale=1.0"/> |     <meta name="viewport" content="width=device-width,initial-scale=1.0"/> | ||||||
| 
 | 
 | ||||||
|  | @ -232,47 +231,13 @@ | ||||||
|       <div class="slider-item slider-footer text-small"> |       <div class="slider-item slider-footer text-small"> | ||||||
|         ❖ ❖ ❖
 |         ❖ ❖ ❖
 | ||||||
|         <br><br><br> |         <br><br><br> | ||||||
|         <div class="slider-footer-title"> |  | ||||||
|           Onion Service |  | ||||||
|         </div> |  | ||||||
|         <div class="slider-onion-link"> |  | ||||||
|           <a href="http://sunders.ahcbagldgzdpa74g2mh74fvk5zjzpfjbvgqin6g3mfuu66tynv2gkiid.onion/">sunders ♥ onion</a>
 |  | ||||||
|         </div> |  | ||||||
|         <br><br> |  | ||||||
|         ❖
 |  | ||||||
|         <br><br><br> |  | ||||||
|         <?php |         <?php | ||||||
|           addListCredits($pathToWebFolder.'json/credits.json', $i18nCredits, $i18nCreditsDefault); |           addListCredits($pathToWebFolder.'json/credits.json', $i18nCredits, $i18nCreditsDefault); | ||||||
|         ?>
 |         ?>
 | ||||||
|         <br><br> |         <br><br> | ||||||
|         ❖
 |         ❖
 | ||||||
|         <br><br><br> |         <br><br><br> | ||||||
|         МАКС КАМВАЧ<br>
 |         <a href="https://hamburg.ccc.de/imprint/">Impressum</a> | ||||||
|         Aljoscha Rompe Laan 5<br> |  | ||||||
|         2517 AR Den Haag<br> |  | ||||||
|         hello (<?php echo translate($i18nCommon, $i18nCommonDefault, 'at', [], [], []); ?>) sunders (<?php echo translate($i18nCommon, $i18nCommonDefault, 'dot', [], [], []); ?>) uber (<?php echo translate($i18nCommon, $i18nCommonDefault, 'dot', [], [], []); ?>) space<br><br>
 |  | ||||||
|         <?php echo translate($i18nCommon, $i18nCommonDefault, 'footer-pgp', [$pathToWebFolder.'files/sunders.asc'], [], []); ?><br><br>
 |  | ||||||
|         <div class="monospace"> |  | ||||||
|           8252 010B FDD9 5D6C DDD4<br> |  | ||||||
|           7415 3800 574F FB00 4622<br><br> |  | ||||||
|         </div> |  | ||||||
|         <i> |  | ||||||
|           <?php echo translate($i18nCommon, $i18nCommonDefault, 'footer-note', [], [], []); ?><br>
 |  | ||||||
|           <?php echo translate($i18nCommon, $i18nCommonDefault, 'footer-your-key', [], [], []); ?><br>
 |  | ||||||
|           <?php |  | ||||||
|             if ($initialLanguage == 'de') { |  | ||||||
|               echo translate($i18nCommon, $i18nCommonDefault, 'footer-help', ['https://netzpolitik.org/2013/anleitung-so-verschlusselt-ihr-eure-e-mails-mit-pgp/'], [], []); |  | ||||||
|             } elseif ($initialLanguage == 'es') { |  | ||||||
|               echo translate($i18nCommon, $i18nCommonDefault, 'footer-help', [], [['https://ssd.eff.org/es/module/como-usar-pgp-para-windows-pc', 'https://ssd.eff.org/es/module/c%C3%B3mo-usar-pgp-para-mac-os-x', 'https://ssd.eff.org/es/module/como-usar-pgp-para-linux'], ['Windows', 'macOS', 'GNU/Linux']], []); |  | ||||||
|             } elseif ($initialLanguage == 'fr') { |  | ||||||
|               echo translate($i18nCommon, $i18nCommonDefault, 'footer-help', [], [['https://ssd.eff.org/fr/module/pgp-sous-windows-le-ba-ba', 'https://ssd.eff.org/fr/module/guide-dutilisation-de-pgp-pour-mac-os-x', 'https://ssd.eff.org/fr/module/pgp-sous-linux-le-ba-ba'], ['Windows', 'macOS', 'GNU/Linux']], []); |  | ||||||
|             } elseif ($initialLanguage == 'ru') { |  | ||||||
|               echo translate($i18nCommon, $i18nCommonDefault, 'footer-help', [], [['https://ssd.eff.org/ru/module/%D1%80%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%BF%D0%BE-pgp-%D0%B4%D0%BB%D1%8F-windows', 'https://ssd.eff.org/ru/module/%D1%80%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%BF%D0%BE-pgp-%D0%B4%D0%BB%D1%8F-mac', 'https://ssd.eff.org/ru/module/%D1%80%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%BF%D0%BE-pgp-%D0%B4%D0%BB%D1%8F-linux'], ['Windows', 'macOS', 'GNU/Linux']], []); |  | ||||||
|             } else { |  | ||||||
|               echo translate($i18nCommon, $i18nCommonDefault, 'footer-help', [], [['https://ssd.eff.org/en/module/how-use-pgp-windows', 'https://ssd.eff.org/en/module/how-use-pgp-mac-os-x', 'https://ssd.eff.org/en/module/how-use-pgp-linux'], ['Windows', 'macOS', 'GNU/Linux']], []); |  | ||||||
|             } |  | ||||||
|           ?>
 |  | ||||||
|         </i> |  | ||||||
|         <br><br> |         <br><br> | ||||||
|         <?php echo translate($i18nCommon, $i18nCommonDefault, 'gdpr', [], [], []); ?>
 |         <?php echo translate($i18nCommon, $i18nCommonDefault, 'gdpr', [], [], []); ?>
 | ||||||
|         <br><br> |         <br><br> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue