Kronborg
Kronborg
RRailway
Created by Kronborg on 10/16/2023 in #✋|help
Go api with gofiber using session storage with redis
Thx that did it
19 replies
RRailway
Created by Kronborg on 10/16/2023 in #✋|help
Go api with gofiber using session storage with redis
just to be clear you mean like PoolSize: 80,
19 replies
RRailway
Created by Kronborg on 10/16/2023 in #✋|help
Go api with gofiber using session storage with redis
okay thx i will do that
19 replies
RRailway
Created by Kronborg on 10/16/2023 in #✋|help
Go api with gofiber using session storage with redis
github.com/gofiber/storage/redis/v3
19 replies
RRailway
Created by Kronborg on 10/16/2023 in #✋|help
Go api with gofiber using session storage with redis
okay i just show this var ConfigDefault = Config{ Host: "127.0.0.1", Port: 6379, Username: "", Password: "", URL: "", Database: 0, Reset: false, TLSConfig: nil, PoolSize: 10 * runtime.GOMAXPROCS(0), Addrs: []string{}, MasterName: "", ClientName: "", SentinelUsername: "", SentinelPassword: "", }
19 replies
RRailway
Created by Kronborg on 10/16/2023 in #✋|help
Go api with gofiber using session storage with redis
this is the default PoolSize: 10 * runtime.GOMAXPROCS(0),
19 replies
RRailway
Created by Kronborg on 10/16/2023 in #✋|help
Go api with gofiber using session storage with redis
okay is they a good number to set it at?
19 replies
RRailway
Created by Kronborg on 10/16/2023 in #✋|help
Go api with gofiber using session storage with redis
okay i will try that on the next deploy
19 replies
RRailway
Created by Kronborg on 10/16/2023 in #✋|help
Go api with gofiber using session storage with redis
ac27f0b8-f4c4-478f-9516-441b9a3c376e
19 replies
RRailway
Created by Kronborg on 10/4/2023 in #✋|help
Django Hosting
thanks for all your help
27 replies
RRailway
Created by Kronborg on 10/4/2023 in #✋|help
Django Hosting
i Fixed it by takeing a fork of django template add my webadmin to the django folder and in mysite folder settings.py file add webadmin in installed apps
27 replies
RRailway
Created by Kronborg on 10/4/2023 in #✋|help
Django Hosting
i start with my own research but i will do more thx for the help
27 replies
RRailway
Created by Kronborg on 10/4/2023 in #✋|help
Django Hosting
27 replies
RRailway
Created by Kronborg on 10/4/2023 in #✋|help
Django Hosting
stil got Not Found: /static/multiselect.js Not Found: /static/style.css Not Found: /static/pagination.js
27 replies
RRailway
Created by Kronborg on 10/4/2023 in #✋|help
Django Hosting
27 replies
RRailway
Created by Kronborg on 10/4/2023 in #✋|help
Django Hosting
i have update it to static not i get this ?: (staticfiles.E002) The STATICFILES_DIRS setting should not contain the STATIC_ROOT setting. SystemCheckError: System check identified some issues: ERRORS:
27 replies
RRailway
Created by Kronborg on 10/4/2023 in #✋|help
Django Hosting
i still get this Not Found: /static/style.css Not Found: /static/pagination.js Not Found: /static/multiselect.js but now this is not showing ?: (staticfiles.W004) The directory '/app/static' in the STATICFILES_DIRS setting does not exist.
27 replies
RRailway
Created by Kronborg on 10/4/2023 in #✋|help
Django Hosting
that is what i get python manage.py collectstatic and they is a static folder in webadmin i have tryiet to rename the staticfiles to static
27 replies
RRailway
Created by Kronborg on 10/4/2023 in #✋|help
Django Hosting
27 replies
RRailway
Created by Kronborg on 10/4/2023 in #✋|help
Django Hosting
still the same
27 replies