Commit graph

17 commits

Author SHA1 Message Date
Felipe Martin 4de4799ef8
fix: ensure tmp folder is present on docker container (#910)
* chore: add logger to bookmark update cache

* ensure there's a tmp folder in the container
2024-05-15 17:02:59 +02:00
Felipe Martin 647945c54e
ci: unify local and ci docker workflows (#907)
* deps: go to 1.22.3

* removed ci dockerfile

* add make buildx

* updated dockerfile

* ci uses make buildx command

* commented upx for the future

* disable openbsd/arm tests

* wip

* put dist file in dist path

* removed unused make command

* build-local to speed up local tests

* don't clean when buildx

* podman workaround

* manually define source files for tests
2024-05-14 08:01:52 +02:00
Felipe Martin f72e2dec4a
deps: updated docker image versions (#809)
* deps: updated docker image versions

* use dockerhub alpine image

* use alpine image from dockerhub in ci
2023-12-30 08:03:10 +01:00
Felipe Martin a60dbf3dc5
Run legacy API and new API at the same time. (#648)
* config: backwards comptabile dir

* remove duplicated frontend

* frontend: move assets to assets folder

* legacy routes handler in gin

* templates and asset in different embed

* new routes

* frontend routes serve old views

* added DTO for account object

* api auth calls legacy handler

* frontend: handle new error messages

* frontend: update urls

* frontend: login using new api

* updated frontend tests

* chore: remove debug route

* create shiori/gopher user if no owner is present

* server as default command

* serve -> server

* refactored database logic, allow database url

* removed unused configuration

* storage docs

* refactor cli to use cfg and deps

* check errors only in server

* log fatal instead of os exit

* dont default data directory to current dir

* fixed sqlite path

* trigger build on prs

* avoid releasing if lint/test fails

* pull request condition

* event -> event_name

* Get correct pull request number

* added workflow to delete dangling tags

* fix: nil error checking

* set gin mode first

* set gin mode before initialization

* fix logger

* allow version bump from custom ref

* Updated matrix link to workspace
2023-07-19 18:25:41 +02:00
Felipe Martin Garcia 3deeda7151
feat: upgrade to go 1.19 (#469)
* feat: upgrade to go 1.19

* fix: ioutil deprecation notice
2022-08-11 14:22:10 +02:00
n8225 d05d1ad2c0
Setup new CI/CD workflows (#365)
* CI/CD setup
* Setup for go-shiori
* Fix docker image
* Dockerfile adjustments
2022-02-13 16:38:54 +01:00
Felipe M d70a8f2692
chore: configuration for stale bot 2022-02-10 22:55:54 +01:00
Nathan W Rew 748b306563
Remove golang from final image 2022-02-06 09:38:02 -06:00
lapwat 83e3621af6 bug: Docker build 2020-08-11 22:51:30 +00:00
Radhi Fadlillah 7688990ea1 Revert "Restructure build files"
This reverts commit f316cb, which done because of my curiousity, without reading any documentation from Heroku.
2019-09-26 16:25:19 +07:00
Radhi Fadlillah f316cb83d6 Restructure build files 2019-09-26 16:14:41 +07:00
Radhi Fadlillah 620228e85b Add Dockerfile 2019-09-21 17:09:03 +07:00
Radhi Fadlillah f582fd1552 Start from zero 2019-05-20 19:43:22 +07:00
Radhi Fadlillah 3e62e73e55 Update docker and readme 2018-07-02 11:33:21 +07:00
Dennis Günnewig 286921268d Extend docker support 2018-03-10 11:19:16 +01:00
Dexafree 5c7b08d763 Added EXPOSE to Dockerfile 2018-03-09 14:12:38 +01:00
Dexafree 17844d88ae Added Dockerfile 2018-03-09 14:11:31 +01:00