Remove clutter
This commit is contained in:
parent
af0138eb45
commit
9978ea5a07
11 changed files with 1 additions and 66 deletions
|
|
@ -1,5 +0,0 @@
|
|||
.*
|
||||
target
|
||||
Dockerfile
|
||||
db
|
||||
build.sh
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
FROM mattrayner/lamp:latest-1804
|
||||
COPY . app/
|
||||
CMD ["/run.sh"]
|
||||
|
|
@ -1,7 +1 @@
|
|||
# Fizika weboldal
|
||||
|
||||
## Deploy
|
||||
|
||||
```sh
|
||||
firebase deploy --only hosting
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
[.ShellClassInfo]
|
||||
IconResource=D:\Projects\fizika\favicons\favicon.ico,0
|
||||
[ViewState]
|
||||
Mode=
|
||||
Vid=
|
||||
FolderType=Generic
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
fizika:
|
||||
init: true
|
||||
image: schmelczera/fizika
|
||||
networks:
|
||||
- network
|
||||
deploy:
|
||||
replicas: 1
|
||||
resources:
|
||||
limits:
|
||||
cpus: "0.8"
|
||||
memory: 512M
|
||||
reservations:
|
||||
cpus: "0.2"
|
||||
memory: 256M
|
||||
placement:
|
||||
max_replicas_per_node: 1
|
||||
update_config:
|
||||
parallelism: 1
|
||||
failure_action: rollback
|
||||
delay: 10s
|
||||
monitor: 10s
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
window: 30s
|
||||
volumes:
|
||||
- /shared/fizika:/var/lib/mysql
|
||||
|
||||
networks:
|
||||
network:
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="favicons/mstile-70x70.png"/>
|
||||
<square150x150logo src="favicons/mstile-150x150.png"/>
|
||||
<square310x310logo src="favicons/mstile-310x310.png"/>
|
||||
<wide310x150logo src="favicons/mstile-310x150.png"/>
|
||||
<TileColor>#003366</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2 KiB |
|
|
@ -47,7 +47,6 @@
|
|||
/>
|
||||
<link rel="manifest" href="favicons/manifest.json" />
|
||||
<link rel="shortcut icon" href="favicons/favicon.ico" />
|
||||
<meta name="msapplication-config" content="favicons/browserconfig.xml" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/fizika.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/radio.css" />
|
||||
|
|
@ -60,7 +59,7 @@
|
|||
<script
|
||||
defer
|
||||
data-domain="fizika.schmelczer.dev"
|
||||
data-api="/status"
|
||||
data-api="https://stats.schmelczer.dev/status"
|
||||
src="https://stats.schmelczer.dev/js/script.file-downloads.hash.outbound-links.js"
|
||||
></script>
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue