Jamie Jones
Jamie Jones
Can be done once you gain access to the index.html Example ``` body { background-image: url('https://i.imgur.com/somerandompicture.png'); background-repeat: no-repeat; background-size: 100%; background-color: #000000; height: 100%; width: 100%; left: 0; top: 0;...
Since this has not been built, for those who else are wondering if there is a a workaround. Here you go. ### For Remote Images This code pulls from an...
> Third is covered here #87 Did you just link to the same page with the # and are you trying to link to #3 ? Lol
Side note, also need to add the `FAVICON` as a local image as well. One for a `.ico` image and `.webp` \ `.png` Also here is the `FAVICON` metadata that...
Looks good 😄
> Hey! Thanks! I was thinking of making this configurable with an ENV variable, rather than forcing it on everyone. Something like `DROP_SHADOW: true` > > I was also considering...
@sysdev-isu those are pretty much the same settings I have except I have the `cache assets` off and I'm on port 3000. `P.S` For HSTS settings, make sure your provider...
I'm having the same issue. Something I noticed tho when using a ovpn file from NordVPN and trying the custom route to get back working. > DEPRECATED OPTION: --cipher set...
Just did my instances and worked awesomely! This should be part of Jellyseerr!
Having the same issue `undefined method 'y' for nil` Extracted source (`around line #11`): ``` @coordinates = @points.pluck(:lonlat, :battery, :altitude, :timestamp, :velocity, :id, :country) .map { |lonlat, *rest| [lonlat.y, lonlat.x,...