+
+ Johannes Olzem's Webspace
+
+
+
+ Quick Fixes
+
+ This is a page with small problems, to which I have found easy solutions,
+ so as to not litter the blog page.
+
+
+ -
+ Problem:
+ Nextcloud File not supported Error (
exif_read_data(): File not supported at /var/www/html/lib/private/Metadata/Provider/ExifProvider.php#59
).
+ Solution:
+ Upload over IP and port rather than over nginx.
+ Explanation:
+
+ Nginx 413 Error - Request entity too large
+
+
+
+
+
+
+
+
+
+
diff --git a/css/style.css b/css/style.css
index a530274..c7bc3de 100755
--- a/css/style.css
+++ b/css/style.css
@@ -6,7 +6,6 @@
:root {
--txt: #d3c6aa;
--accent: #a7c080;
- --main-bg: #2d353b;
--body-bg: #2d353b;
--border: 4pt;
--font-body: "Consolas", monaco, "Liberation Mono", "Lucida Console", monospace;
@@ -24,7 +23,6 @@ body {
max-width: 900px;
min-height: 100vh;
margin: 0 auto;
- background: var(--main-bg);
border-radius: var(--border);
}
@@ -84,6 +82,12 @@ a {
transition: 300ms;
}
+code {
+ background: #232a2e;
+ padding: .2rem .3rem;
+ border-radius: .3rem;
+}
+
a:hover,
a:active {
text-decoration: underline !important;