This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# These are fragments of the configuration that will need to be updated | |
# --- | |
## GitLab URL | |
##! URL on which GitLab will be reachable. | |
##! For more details on configuring external_url see: | |
##! https://docs.gitlab.com/omnibus/settings/configuration.html#configuring-the-external-url-for-gitlab | |
external_url 'https://gitlab.your-fqdn.com' | |
#external_url 'http://gitlab.internal.lan' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM change this files filename to the name of the program you want to launch. | |
REM for example if its called 'ssh.bat' it will run ssh in wsl when launched. | |
REM w.exe is w.js but built with 'npm i -g pkg' and 'pkg w.js -t host' | |
REM you could also just use node normally but i'm weird. | |
\path\w.exe %~n0 %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tools for making a very simple web slippy map of Grand Theft Auto V maps. | |
By Nelson Minar <[email protected]> | |
I don't want to host this map myself because of copyright concerns. | |
No support provided for this code, just hoping it's a useful guide for | |
someone to roll their own amp. | |
maketiles.sh runs gdal2tiles.py to slice up the source image into tiles. | |
map.html is a simple Leaflet / web map. |